Native referenceRedM

CREATE_TRACKED_POINT

0xFB405CB357C69CB9 GRAPHICS
FUNCTION SIGNATURE
int CREATE_TRACKED_POINT(None);

Description: Creates a tracked point, useful for checking the visibility of a 3D point on screen.

Property Value
Native Name CREATE_TRACKED_POINT
Hash 0xFB405CB357C69CB9
Return Type int
Build 1207
Parameters None

Usage

Lua (Direct):

local result = CreateTrackedPoint()

Lua (Hash):

local result = Citizen.InvokeNative(0xFB405CB357C69CB9, )

Back to GRAPHICS