Native referenceFiveM

DESTROY_CAM

0x865908C81A2C22E9 CAM
FUNCTION SIGNATURE
void DESTROY_CAM(Cam cam, BOOL bScriptHostCam);
Property Value
Native Name DESTROY_CAM
Hash 0x865908C81A2C22E9
Return Type void
Parameters cam (Cam), bScriptHostCam (BOOL)

Description: ``` BOOL param indicates whether the cam should be destroyed if it belongs to the calling script.

Back to CAM