Native referenceRedM

DESTROY_TRACKED_POINT

0x37A59922109F8F1C GRAPHICS
FUNCTION SIGNATURE
void DESTROY_TRACKED_POINT(`point` (int));
Property Value
Native Name DESTROY_TRACKED_POINT
Hash 0x37A59922109F8F1C
Return Type void
Build 1207
Parameters point (int)

Parameters

  • point (int)

Usage

Lua (Direct):

DestroyTrackedPoint(point)

Lua (Hash):

Citizen.InvokeNative(0x37A59922109F8F1C, point)

Back to GRAPHICS