Native referenceRedM

DESTROY_ALL_CAMS

0x163600D6E136C9F8 CAM
FUNCTION SIGNATURE
void DESTROY_ALL_CAMS(`p0` (BOOL));

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

Property Value
Native Name DESTROY_ALL_CAMS
Hash 0x163600D6E136C9F8
Return Type void
Build 1207
Parameters p0 (BOOL)

Parameters

  • p0 (BOOL)

Usage

Lua (Direct):

DestroyAllCams(p0)

Lua (Hash):

Citizen.InvokeNative(0x163600D6E136C9F8, p0)

Back to CAM