diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index e5106032819..5bb4a6e3c7b 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].