You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Document AnimationPlayer's 'get_queue()' and 'caches_cleared'
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
<argument index="0" name="animation" type="Animation">
|
<argument index="0" name="animation" type="Animation">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_animation" qualifiers="const">
|
<method name="get_animation" qualifiers="const">
|
||||||
@@ -112,6 +112,7 @@
|
|||||||
<return type="PoolStringArray">
|
<return type="PoolStringArray">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns a list of the animation names that are currently queued to play.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="has_animation" qualifiers="const">
|
<method name="has_animation" qualifiers="const">
|
||||||
@@ -284,6 +285,7 @@
|
|||||||
</signal>
|
</signal>
|
||||||
<signal name="caches_cleared">
|
<signal name="caches_cleared">
|
||||||
<description>
|
<description>
|
||||||
|
Notifies when the caches have been cleared, either automatically, or manually via [method clear_caches].
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
|
|||||||
Reference in New Issue
Block a user