GTA V NativesstreamingStreaming::isModelAVehicleOn this pageStreaming::isModelAVehicleReturns whether the specified model represents a vehicle. Syntax ```js mp.game.streaming.isModelAVehicle(model); ``` Required Arguments model: Model hash or name Return value Boolean Example ```js // todo ``` See also