Vehicle::setNeonLightEnabled

From RAGE Multiplayer Wiki
Revision as of 19:01, 29 September 2017 by Unknown (talk | contribs)

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

Indices:
*0 = Left
*1 = Right
*2 = Front
*3 = Back

Syntax

vehicle.setNeonLightEnabled(index, toggle);

Required Arguments

  • index: int (indice)
  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also