Native referenceRedM

IS_MODEL_A_VEHICLE

0x354F62672DE7DB0A STREAMING
FUNCTION SIGNATURE
BOOL IS_MODEL_A_VEHICLE(`model` (Hash));

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)

Back to STREAMING