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

Vehicle::getVehicleModelMaxTraction

Материал из RAGE MP Wiki Archive
Версия от 21:34, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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