Browse Source

[DOCS] Animation methods desc 100%

Will Nations 7 years ago
parent
commit
898078a735
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/classes/Animation.xml

+ 2 - 0
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">