Skip to main content

SetVehicleNeonState

This function turns the vehicle neon on or off. At the moment you cannot individually select neon indices.

  • vehicle: parameter input should be in Vehicle type
  • turnedOn: parameter input should be in bool type

{{#tag:syntaxhighlight| Vehicle.SetVehicleNeonState(vehicle, true); |lang=csharp}} }}