Native referenceFiveM

POINT_CAM_AT_PED_BONE

0x68B2B5F33BA63C41 CAM
FUNCTION SIGNATURE
void POINT_CAM_AT_PED_BONE(Cam cam, Ped ped, int boneIndex, float x, float y, float z, BOOL p6);
Property Value
Native Name POINT_CAM_AT_PED_BONE
Hash 0x68B2B5F33BA63C41
Return Type void
Parameters cam (Cam), ped (Ped), boneIndex (int), x (float), y (float), z (float), p6 (BOOL)

Description: ``` Parameters p0-p5 seems correct. The bool p6 is unknown, but through every X360 script it's always 1. Please correct p0-p5 if any prove to be wrong.

Back to CAM