Native referenceFiveM

0x46B05BCAE43856B0

0x46B05BCAE43856B0 PED
FUNCTION SIGNATURE
BOOL 0x46B05BCAE43856B0(Ped ped, int flag);
Property Value
Native Name 0x46B05BCAE43856B0
Hash 0x46B05BCAE43856B0
Return Type BOOL
Parameters ped (Ped), flag (int)

Description: ``` Checks if the specified unknown flag is set in the ped's model.
The engine itself seems to exclusively check for flags 1 and 4 (Might be inlined code of the check that checks for other flags).
Game scripts exclusively check for flags 1 and 4.

Back to PED