summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-08-20 12:46:48 +0200
committerGitHub <noreply@github.com>2019-08-20 12:46:48 +0200
commit8b27f091f228ecb51a392f3048c55cb7387ac5fd (patch)
tree4aa662bc369f61925876d1bfcc5369d6b9c5cf88 /doc/classes
parent5d8951764ab88649663dcade2a040ff9a1951a56 (diff)
parent4cb3984862412675ee6a742f31191c67bae202f0 (diff)
Merge pull request #31480 from Calinou/doc-animationplayer-queue-loop
Mention caveat with looped animations in `AnimationPlayer.queue()`
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/AnimationPlayer.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index b4c44fe8eb..e510603281 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -165,6 +165,7 @@
</argument>
<description>
Queues an animation for playback once the current one is 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>
<method name="remove_animation">