Native referenceRedM

_SET_TRANSPORT_PRIORITY_SEAT

0x13F138225C202F66 AITRANSPORT
FUNCTION SIGNATURE
void _SET_TRANSPORT_PRIORITY_SEAT(`transportEntity` (Entity), `seatIndex` (int));
Property Value
Native Name _SET_TRANSPORT_PRIORITY_SEAT
Hash 0x13F138225C202F66
Return Type void
Build 1207
Parameters transportEntity (Entity), seatIndex (int)

Parameters

  • transportEntity (Entity)
  • seatIndex (int)

Usage

Lua (Direct):

SetTransportPrioritySeat(transportEntity, seatIndex)

Lua (Hash):

Citizen.InvokeNative(0x13F138225C202F66, transportEntity, seatIndex)

Back to AITRANSPORT