Merge pull request #32102 from YeldhamDev/doc_animplayer_get_queue

Document AnimationPlayer's 'get_queue()' and 'caches_cleared'
This commit is contained in:
Rémi Verschelde 2019-09-20 17:48:04 +02:00 committed by GitHub
commit 55efada13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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>