Merge pull request #13990 from willnationsdev/animation-docs

[DOCS] Animation methods desc 100%

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-12-06 23:21:18 +01:00 committed by GitHub
commit c7e7e1f60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">