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

Vehicle::getVehicleModelAcceleration

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

Returns the acceleration of the specified model.

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

Syntax

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

Required Arguments

  • modelHash: Model hash or name

Return value

  • float

Example

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

See also