clarify animation queuing documentation

This commit is contained in:
krdluzni 2024-07-19 12:26:51 -04:00
parent a0943acda1
commit 5626851f40
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<return type="void" /> <return type="void" />
<param index="0" name="name" type="StringName" /> <param index="0" name="name" type="StringName" />
<description> <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. [b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
</description> </description>
</method> </method>