Explorar el Código

Document AnimationPlayer's 'get_queue()' and 'caches_cleared'

Michael Alexsander Silva Dias hace 6 años
padre
commit
0dd4a2790f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>