Description: Called together with IS_VEHICLE_SEAT_FREE
| Property | Value |
|---|---|
| Native Name | _IS_TRANSPORT_SEAT_FREE |
| Hash | 0x43FF27FC1829C202 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | transportEntity (Entity), seatIndex (int) |
Parameters
transportEntity(Entity)seatIndex(int)
Usage
Lua (Direct):
local result = IsTransportSeatFree(transportEntity, seatIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0x43FF27FC1829C202, transportEntity, seatIndex)