Description: flagId: see SET_TRANSPORT_CONFIG_FLAG
| Property | Value |
|---|---|
| Native Name | GET_TRANSPORT_CONFIG_FLAG |
| Hash | 0xF382C92CCC1CCDBC |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | transportEntity (Entity), flagId (int), p2 (BOOL) |
Parameters
transportEntity(Entity)flagId(int)p2(BOOL)
Usage
Lua (Direct):
local result = GetTransportConfigFlag(transportEntity, flagId, p2)
Lua (Hash):
local result = Citizen.InvokeNative(0xF382C92CCC1CCDBC, transportEntity, flagId, p2)