diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-31 23:53:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-31 23:53:19 +0200 |
commit | e8d9191ff0650accf281e7f5e3a273634fe83a7a (patch) | |
tree | 78a35aed442791b93f827c371d0ae927603340e1 /doc | |
parent | f2791a75b39bd7c4060d837df8eaec807cc51dc2 (diff) | |
parent | 2febf0ccdb2376b886d30b938c21c62b05b7cf87 (diff) |
Merge pull request #56087 from zaevi/return_key_index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Animation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index a92b237624..f40f11944d 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -391,13 +391,13 @@ </description> </method> <method name="track_insert_key"> - <return type="void" /> + <return type="int" /> <argument index="0" name="track_idx" type="int" /> <argument index="1" name="time" type="float" /> <argument index="2" name="key" type="Variant" /> <argument index="3" name="transition" type="float" default="1" /> <description> - Insert a generic key in a given track. + Inserts a generic key in a given track. Returns the key index. </description> </method> <method name="track_is_compressed" qualifiers="const"> |