summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlyn San <flynsarmy@gmail.com>2024-05-07 21:25:57 +1000
committerFlyn San <flynsarmy@gmail.com>2024-05-07 21:25:57 +1000
commit75dd33f834439b89133657b528377ddf58e56b3d (patch)
tree3433199fcf20eac68c440455a7a4ad9964f63dff
parente001bc75e8b9395186579e49620764fd05a2f97a (diff)
downloadredot-engine-75dd33f834439b89133657b528377ddf58e56b3d.tar.gz
Add missing bone name return information
-rw-r--r--doc/classes/Skeleton3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Skeleton3D.xml b/doc/classes/Skeleton3D.xml
index 14d9c568d7..610550d8bd 100644
--- a/doc/classes/Skeleton3D.xml
+++ b/doc/classes/Skeleton3D.xml
@@ -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.">