1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

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

This commit is contained in:
Michael Alexsander Silva Dias
2019-09-12 09:30:21 -03:00
parent 24e1039eb6
commit 0dd4a2790f

View File

@@ -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>