Skip to content

Commit 5626851

Browse files
committed
clarify animation queuing documentation
1 parent a0943ac commit 5626851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/AnimationPlayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<return type="void" />
136136
<param index="0" name="name" type="StringName" />
137137
<description>
138-
Queues an animation for playback once the current one is done.
138+
Queues an animation for playback once the current animation and all previously queued animations are done.
139139
[b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
140140
</description>
141141
</method>

0 commit comments

Comments
 (0)