Native referenceFiveM

PLAY_CAM_ANIM

0x9A2D0FB2E7852392 CAM
FUNCTION SIGNATURE
BOOL PLAY_CAM_ANIM(Cam cam, char* animName, char* animDictionary, float x, float y, float z, float xRot, float yRot, float zRot, BOOL p9, int p10);
Property Value
Native Name PLAY_CAM_ANIM
Hash 0x9A2D0FB2E7852392
Return Type BOOL
Parameters cam (Cam), animName (char*), animDictionary (char*), x (float), y (float), z (float), xRot (float), yRot (float), zRot (float), p9 (BOOL), p10 (int)

Description: ``` Atleast one time in a script for the zRot Rockstar uses GET_ENTITY_HEADING to help fill the parameter.
p9 is unknown at this time.
p10 throughout all the X360 Scripts is always 2.


[Animations list](https://alexguirre.github.io/animations-list/)
Back to CAM