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

Vehicle::setRenderTrainAsDerailed

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

makes the train all jumbled up and derailed as it moves on the tracks (though that wont stop it from its normal operations)

Syntax

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

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

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

See also