mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
Merge pull request #91658 from Flynsarmy/skele3d-returns
Add missing bone name return information
This commit is contained in:
commit
37464c7d6e
@ -41,7 +41,7 @@
|
||||
<return type="int" />
|
||||
<param index="0" name="name" type="String" />
|
||||
<description>
|
||||
Returns the bone index that matches [param name] as its name.
|
||||
Returns the bone index that matches [param name] as its name. Returns [code]-1[/code] if no bone with this name exists.
|
||||
</description>
|
||||
</method>
|
||||
<method name="force_update_all_bone_transforms" deprecated="This method should only be called internally.">
|
||||
|
Loading…
x
Reference in New Issue
Block a user