Native referenceRedM

IS_PED_EXITING_TRANSPORT

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

Parameters

  • ped (Ped)
  • transportEntity (Entity)

Usage

Lua (Direct):

local result = IsPedExitingTransport(ped, transportEntity)

Lua (Hash):

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

Back to AITRANSPORT