Merge pull request #94541 from krdluzni/anim_player_queue_doc

Clarify documentation for `AnimationPlayer.queue`
This commit is contained in:
Rémi Verschelde 2024-07-20 16:07:39 +02:00
commit cd0731d7a6
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -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>