Native referenceFiveM

CLEAR_AREA_OF_OBJECTS

0xDD9B9B385AAC7F5B MISC
FUNCTION SIGNATURE
void CLEAR_AREA_OF_OBJECTS(float x, float y, float z, float radius, int flags);
Property Value
Native Name CLEAR_AREA_OF_OBJECTS
Hash 0xDD9B9B385AAC7F5B
Return Type void
Parameters x (float), y (float), z (float), radius (float), flags (int)

Description: ``` I looked through the PC scripts that this site provides you with a link to find. It shows the last param mainly uses, (0, 2, 6, 16, and 17) so I am going to assume it is a type of flag.

Back to MISC