GetVehicleSpecialLightStatus
This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in bool type.
{{#tag:syntaxhighlight| Vehicle.GetVehicleSpecialLightStatus(vehicle); |lang=csharp}} }}