Description: Returns whether the specified model represents a vehicle.
| Property | Value |
|---|---|
| Native Name | IS_MODEL_A_VEHICLE |
| Hash | 0x354F62672DE7DB0A |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | model (Hash) |
Parameters
model(Hash)
Usage
Lua (Direct):
local result = IsModelAVehicle(model)
Lua (Hash):
local result = Citizen.InvokeNative(0x354F62672DE7DB0A, model)