Native referenceRedM

_IS_TRANSPORT_SEAT_OCCUPIED

0x2E2E06023D07631E AITRANSPORT
FUNCTION SIGNATURE
BOOL _IS_TRANSPORT_SEAT_OCCUPIED(`transportEntity` (Entity), `seatIndex` (int));
Property Value
Native Name _IS_TRANSPORT_SEAT_OCCUPIED
Hash 0x2E2E06023D07631E
Return Type BOOL
Build 1207
Parameters transportEntity (Entity), seatIndex (int)

Parameters

  • transportEntity (Entity)
  • seatIndex (int)

Usage

Lua (Direct):

local result = IsTransportSeatOccupied(transportEntity, seatIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0x2E2E06023D07631E, transportEntity, seatIndex)

Back to AITRANSPORT