Streaming::isModelAVehicle

From RAGE Multiplayer Wiki

Returns whether the specified model represents a vehicle.

Syntax

mp.game.streaming.isModelAVehicle(model);

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

// todo

See also