Native referenceFiveM

CREATE_TRACKED_POINT

0xE2C9439ED45DEA60 GRAPHICS
FUNCTION SIGNATURE
int CREATE_TRACKED_POINT(/* parameters not documented */);
Property Value
Native Name CREATE_TRACKED_POINT
Hash 0xE2C9439ED45DEA60
Return Type int

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

Tracked points must be manually managed and will not be destroyed on resource stop (they are not an instance of CScriptResource). See DESTROY_TRACKED_POINT and onResourceStop.

Only 64 points may be tracked at a given time.

Back to GRAPHICS