Native referenceRedM

IS_PED_ENTERING_TRANSPORT

0x619E63980BFC0096 AITRANSPORT
FUNCTION SIGNATURE
BOOL IS_PED_ENTERING_TRANSPORT(`ped` (Ped), `transportEntity` (Entity), `p2` (BOOL));
Property Value
Native Name IS_PED_ENTERING_TRANSPORT
Hash 0x619E63980BFC0096
Return Type BOOL
Build 1207
Parameters ped (Ped), transportEntity (Entity), p2 (BOOL)

Parameters

  • ped (Ped)
  • transportEntity (Entity)
  • p2 (BOOL)

Usage

Lua (Direct):

local result = IsPedEnteringTransport(ped, transportEntity, p2)

Lua (Hash):

local result = Citizen.InvokeNative(0x619E63980BFC0096, ped, transportEntity, p2)

Back to AITRANSPORT