Skip to content

Commit

Permalink
Merge pull request #91658 from Flynsarmy/skele3d-returns
Browse files Browse the repository at this point in the history
Add missing bone name return information
  • Loading branch information
akien-mga committed May 7, 2024
2 parents 4db9103 + 75dd33f commit 37464c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Skeleton3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.">
Expand Down

0 comments on commit 37464c7

Please sign in to comment.