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

Vehicle::setNeonLightEnabled

Материал из RAGE MP Wiki Archive
Версия от 19:02, 29 сентября 2017; imported>Unknown
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Description

Sets the neon lights of the specified vehicle on/off.

Indices:

  • 0 = Left
  • 1 = Right
  • 2 = Front
  • 3 = Back

Syntax

<syntaxhighlight lang="javascript">vehicle.setNeonLightEnabled(index, toggle);</syntaxhighlight>

Required Arguments

  • index: int (indice)
  • toggle: Boolean

Example

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

See also