소스 검색

Add missing bone name return information

Flyn San 1 년 전
부모
커밋
75dd33f834
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/Skeleton3D.xml

+ 1 - 1
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.">