summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-12-06 23:21:18 +0100
committerGitHub <noreply@github.com>2017-12-06 23:21:18 +0100
commitc7e7e1f60b64ab8216e87ce21eed1477dda8221f (patch)
treedaf4374c923915d1148ea0162cc0342ee08949cf /doc
parentf6b69dbe8297780717d575d260c8148ea2fa5b32 (diff)
parent898078a7357aac392c5c4a3c23dc3399c21a0499 (diff)
Merge pull request #13990 from willnationsdev/animation-docs
[DOCS] Animation methods desc 100% [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Animation.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml
index ac547d20b7..c3933443a0 100644
--- a/doc/classes/Animation.xml
+++ b/doc/classes/Animation.xml
@@ -157,6 +157,7 @@
<argument index="0" name="idx" type="int">
</argument>
<description>
+ Returns [code]true[/code] if the track at [code]idx[/code] wraps the interpolation loop. Default value: [code]true[/code].
</description>
</method>
<method name="track_get_interpolation_type" qualifiers="const">
@@ -311,6 +312,7 @@
<argument index="1" name="interpolation" type="bool">
</argument>
<description>
+ If [code]true[/code] the track at [code]idx[/code] wraps the interpolation loop.
</description>
</method>
<method name="track_set_interpolation_type">