From 296af5276f920c89d313dfa6d921fb4d94a1a40e Mon Sep 17 00:00:00 2001 From: danvalho Date: Mon, 21 May 2018 19:50:01 +0200 Subject: SpriteFrames: expose method to get array containing animation names --- doc/classes/SpriteFrames.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml index e806547b7d..57fdb5466e 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -127,6 +127,13 @@ Changes the animation's name to [code]newname[/code]. + + + + + Returns an array containing the names associated to each animation. Values are placed in alphabetical order. + + -- cgit v1.2.3