1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #19087 from danvalho/master

SpriteFrames: expose method to get array containing animation names
This commit is contained in:
Max Hilbrunner
2018-07-17 14:54:06 +02:00
committed by GitHub
3 changed files with 20 additions and 0 deletions

View File

@@ -127,6 +127,13 @@
Changes the animation's name to [code]newname[/code].
</description>
</method>
<method name="get_animation_names">
<return type="PoolStringArray">
</return>
<description>
Returns an array containing the names associated to each animation. Values are placed in alphabetical order.
</description>
</method>
<method name="set_animation_loop">
<return type="void">
</return>