GTA V NativesentityEntity::getWorldPositionOfBoneOn this pageEntity::getWorldPositionOfBoneReturns the coordinates of an entity-bone. Syntax ```js entity.getWorldPositionOfBone(boneIndex); ``` Required Arguments boneIndex: int Return value Vector3 Example ```js // todo ``` See also