Перейти к содержанию

Vehicle::getVehicleModelMaxTraction

Материал из RAGE MP Wiki Archive

Returns max traction of the specified vehicle model.

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

Syntax

<syntaxhighlight lang="javascript">mp.game.vehicle.getVehicleModelMaxTraction(modelHash);</syntaxhighlight>

Required Arguments

  • modelHash: Model hash or name

Return value

  • float

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also