aboutsummaryrefslogtreecommitdiff
path: root/scene/scene_string_names.h
diff options
context:
space:
mode:
authorJakub Grzesik2016-04-14 17:19:20 +0200
committerJakub Grzesik2016-04-14 17:19:20 +0200
commitfd9b82a082c5122df5dffeda4d2d90adf31e2a42 (patch)
tree7af9d27997c587a98293291a57ea0daaa018252b /scene/scene_string_names.h
parentc0576c64da3fb03f63922fa572897b1a80e606e4 (diff)
downloadgodot-fd9b82a082c5122df5dffeda4d2d90adf31e2a42.tar.gz
godot-fd9b82a082c5122df5dffeda4d2d90adf31e2a42.tar.zst
godot-fd9b82a082c5122df5dffeda4d2d90adf31e2a42.zip
animation_started signal to AnimationPlayer
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r--scene/scene_string_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h
index fc45351c3..f85a85842 100644
--- a/scene/scene_string_names.h
+++ b/scene/scene_string_names.h
@@ -79,6 +79,7 @@ public:
StringName finished;
StringName animation_changed;
+ StringName animation_started;
StringName body_enter_shape;
StringName body_enter;