summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-15 15:34:51 +0200
committerGitHub <noreply@github.com>2021-06-15 15:34:51 +0200
commitb5da5543db9cd71be5357a1fbcdef082867a034e (patch)
tree02cf205f96cd635da25ea055dbaa14501ec83096
parent9f8d892e4e0dc5502d2a152e8c08f4e27900014b (diff)
parent8d0cbded3fbba3c64020ab8788f498ae044a24d1 (diff)
Merge pull request #49292 from KoBeWi/you_changed,_animation
Clarify animation_changed signal
-rw-r--r--doc/classes/AnimationPlayer.xml3
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">