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

Vehicle::setExplodesOnHighExplosionDamage

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

Sets a vehicle to be strongly resistant to explosions. p0 is the vehicle; set p1 to false to toggle the effect on/off.

Syntax

<syntaxhighlight lang="javascript">vehicle.setExplodesOnHighExplosionDamage(toggle);</syntaxhighlight>

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

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

See also