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

Player::setAirDragMultiplierForsVehicle

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

This can be between 1.0f - 14.9f

You can change the max in IDA from 15.0. I say 15.0 as the function blrs if what you input is greater than or equal to 15.0 hence why it's 14.9 max default.

Syntax

<syntaxhighlight lang="javascript">player.setAirDragMultiplierForsVehicle(multiplier);</syntaxhighlight>

Required Arguments

  • multiplier: float

Return value

  • Undefined

Example

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

See also