diff options
author | skyace65 <trekie96@hotmail.com> | 2020-09-10 13:41:58 -0400 |
---|---|---|
committer | skyace65 <trekie96@hotmail.com> | 2020-09-10 15:08:42 -0400 |
commit | d311c48d6a3cabd434a5dda85efc21f3ef8243d0 (patch) | |
tree | 6379041de065de92851231255f4e850f3e4d5595 /doc/classes/SpriteFrames.xml | |
parent | 3b25548e4cef5f5a9292d1fb210d0bd66cbb407a (diff) |
Improve SpriteFrames get_animation_loop description
Diffstat (limited to 'doc/classes/SpriteFrames.xml')
-rw-r--r-- | doc/classes/SpriteFrames.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml index 516ae25e92..f7c9be7900 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -54,7 +54,7 @@ <argument index="0" name="anim" type="StringName"> </argument> <description> - If [code]true[/code], the given animation will loop. + Returns [code]true[/code] if the given animation is configured to loop when it finishes playing. Otherwise, returns [code]false[/code]. </description> </method> <method name="get_animation_names" qualifiers="const"> |