Преглед изворни кода

Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queue

Document AnimationPlayer's 'get_queue()' and 'caches_cleared'
Rémi Verschelde пре 6 година
родитељ
комит
55efada13a
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      doc/classes/AnimationPlayer.xml

+ 3 - 1
doc/classes/AnimationPlayer.xml

@@ -71,7 +71,7 @@
 			<argument index="0" name="animation" type="Animation">
 			</argument>
 			<description>
-				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.
 			</description>
 		</method>
 		<method name="get_animation" qualifiers="const">
@@ -112,6 +112,7 @@
 			<return type="PoolStringArray">
 			</return>
 			<description>
+				Returns a list of the animation names that are currently queued to play.
 			</description>
 		</method>
 		<method name="has_animation" qualifiers="const">
@@ -284,6 +285,7 @@
 		</signal>
 		<signal name="caches_cleared">
 			<description>
+				Notifies when the caches have been cleared, either automatically, or manually via [method clear_caches].
 			</description>
 		</signal>
 	</signals>