From 0dd4a2790f9f890a15a9c47f54bc2fe170b3d62d Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Thu, 12 Sep 2019 09:30:21 -0300 Subject: Document AnimationPlayer's 'get_queue()' and 'caches_cleared' --- doc/classes/AnimationPlayer.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index e510603281..5bb4a6e3c7 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -71,7 +71,7 @@ - Returns the name of [code]animation[/code] or empty string if not found. + Returns the name of [code]animation[/code] or an empty string if not found. @@ -112,6 +112,7 @@ + Returns a list of the animation names that are currently queued to play. @@ -284,6 +285,7 @@ + Notifies when the caches have been cleared, either automatically, or manually via [method clear_caches]. -- cgit v1.2.3