diff options
author | kobewi <kobewi4e@gmail.com> | 2021-06-03 23:17:52 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-06-03 23:17:52 +0200 |
commit | 8d0cbded3fbba3c64020ab8788f498ae044a24d1 (patch) | |
tree | f27df4278b2bb373c483a42455c039f6bf47d2a9 /doc/classes | |
parent | ea2a0b54554c09999d74212925322e8c7b2437e0 (diff) |
Clarify animation_changed signal
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 7696f36009..8a94eee54c 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -275,7 +275,8 @@ <argument index="1" name="new_name" type="StringName"> </argument> <description> - If the currently being played animation changes, this signal will notify of such change. + Emitted when a queued animation plays after the previous animation was finished. See [method queue]. + [b]Note:[/b] The signal is not emitted when the animation is changed via [method play] or from [AnimationTree]. </description> </signal> <signal name="animation_finished"> |