diff options
| author | Jakub Grzesik | 2016-04-14 17:19:20 +0200 |
|---|---|---|
| committer | Jakub Grzesik | 2016-04-14 17:19:20 +0200 |
| commit | fd9b82a082c5122df5dffeda4d2d90adf31e2a42 (patch) | |
| tree | 7af9d27997c587a98293291a57ea0daaa018252b /scene/scene_string_names.h | |
| parent | c0576c64da3fb03f63922fa572897b1a80e606e4 (diff) | |
| download | godot-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.h | 1 |
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; |
