Native referenceRedM

_GET_PED_FROM_COVER_POINT

0x140B3CB1D424A945 AICOVERPOINT
FUNCTION SIGNATURE
Ped _GET_PED_FROM_COVER_POINT(ScrHandle coverpoint);
Property Value
Native Name _GET_PED_FROM_COVER_POINT
Hash 0x140B3CB1D424A945
Return Type Ped
Build 1207
Parameters coverpoint (ScrHandle)

Description: returns the ped that is using this cover point created by ADD_COVER_POINT and adding the ped using tasks like TASK_PUT_PED_DIRECTLY_(*

Usage

Lua (Direct):

local result = GetPedFromCoverPoint(coverpoint)

Lua (Hash):

local result = Citizen.InvokeNative(0x140B3CB1D424A945, coverpoint)
Back to AICOVERPOINT