Any _GET_TRANSPORT_USAGE_FLAGS(`transportEntity` (Entity), `flags` (int*));
Description: See _SET_TRANSPORT_USAGE_FLAGS
| Property |
Value |
| Native Name |
_GET_TRANSPORT_USAGE_FLAGS |
| Hash |
0xE195C5A82156321D |
| Return Type |
Any |
| Build |
1207 |
| Parameters |
transportEntity (Entity), flags (int*) |
Parameters
transportEntity (Entity)
flags (int*)
Usage
Lua (Direct):
local result = GetTransportUsageFlags(transportEntity, flags)
Lua (Hash):
local result = Citizen.InvokeNative(0xE195C5A82156321D, transportEntity, flags)
Back to AITRANSPORT