Make consistent the retrieval of audio tracks

This commit is contained in:
Silc Lizard (Tokage) Renew 2023-12-31 16:05:34 +09:00
parent 0a89888cba
commit 4659090543
8 changed files with 245 additions and 40 deletions

View file

@ -359,8 +359,10 @@
<param index="0" name="track_idx" type="int" />
<param index="1" name="time" type="float" />
<param index="2" name="find_mode" type="int" enum="Animation.FindMode" default="0" />
<param index="3" name="limit" type="bool" default="false" />
<description>
Finds the key index by time in a given track. Optionally, only find it if the approx/exact time is given.
If [param limit] is [code]true[/code], it does not return keys outside the animation range.
</description>
</method>
<method name="track_get_interpolation_loop_wrap" qualifiers="const">