Vehicle::getVehicleModelMaxSpeed

From RAGE Multiplayer Wiki
Revision as of 21:35, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Returns max speed (without mods) of the specified vehicle model in m/s.

For a full list, see here: pastebin.com/AUuHHK06

GET_VEHICLE_MODEL_*

Syntax

mp.game.vehicle.getVehicleModelMaxSpeed(modelHash);

Required Arguments

  • modelHash: Model hash or name

Return value

  • float

Example

// todo

See also