Native referenceFiveM

GET_PED_ALERTNESS

0xF6AA118530443FD2 PED
FUNCTION SIGNATURE
int GET_PED_ALERTNESS(Ped ped);
Property Value
Native Name GET_PED_ALERTNESS
Hash 0xF6AA118530443FD2
Return Type int
Parameters ped (Ped)

Description: ``` Returns the ped's alertness (0-3).
Values :
0 : Neutral
1 : Heard something (gun shot, hit, etc)
2 : Knows (the origin of the event)
3 : Fully alerted (is facing the event?)
If the Ped does not exist, returns -1.

Back to PED