diff options
author | krdluzni <krdluzni@gmail.com> | 2024-07-19 12:26:51 -0400 |
---|---|---|
committer | krdluzni <krdluzni@gmail.com> | 2024-07-19 12:36:25 -0400 |
commit | 5626851f40c34e8558c40c3d1d6b417cc07ce231 (patch) | |
tree | b667c4cbf65c9874fe85dd08cda6a0c0f113077f /doc/classes | |
parent | a0943acda1232ee9efd2fae9a6f3138603b95979 (diff) | |
download | redot-engine-5626851f40c34e8558c40c3d1d6b417cc07ce231.tar.gz |
clarify animation queuing documentation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 302ca314bb..1ca8ac2fa5 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -135,7 +135,7 @@ <return type="void" /> <param index="0" name="name" type="StringName" /> <description> - Queues an animation for playback once the current one is done. + Queues an animation for playback once the current animation and all previously queued animations are done. [b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow. </description> </method> |