| Property | Value |
|---|---|
| Native Name | _GET_COVER_POINT_STATE_FROM_PED |
| Hash | 0x5F5B1B7E8E8F94C6 |
| Return Type | int |
| Build | 1207 |
| API Set | client |
| Parameters | ped (Ped) |
Description: 1 = In cover while crouched 2 = In cover while standing 3 = Not in cover
Usage
Lua (Direct):
local result = GetCoverPointStateFromPed(ped)
Lua (Hash):
local result = Citizen.InvokeNative(0x5F5B1B7E8E8F94C6, ped)