Skip to content

Commit cd0731d

Browse files
committed
Merge pull request godotengine#94541 from krdluzni/anim_player_queue_doc
Clarify documentation for `AnimationPlayer.queue`
2 parents cd74d77 + 5626851 commit cd0731d

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)