Skip to main content

Vehicle::isNeonLightEnabled

indices: 0 = Left 1 = Right 2 = Front 3 = Back

Syntax​

```js vehicle.isNeonLightEnabled(index); ```

Required Arguments​

  • index: int

Return value​

  • Boolean

Example​

```js // todo ```

See also​