Document AnimationPlayer's 'get_queue()' and 'caches_cleared'
This commit is contained in:
parent
24e1039eb6
commit
0dd4a2790f
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue