Skip to main content

Vehicle::setNeonLightEnabled

Description

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

Indices:

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

Syntax

```js vehicle.setNeonLightEnabled(index, toggle); ```

Required Arguments

  • index: int (indice)
  • toggle: Boolean

Example

```js // todo ```

See also