Skip to main content

SetVehicleCustomSecondaryColor

This function sets the vehicle's custom secondary color.

  • vehicle: parameter input should be in Vehicle type
  • red: parameter input should be in int type
  • green: parameter input should be in int type
  • blue: parameter input should be in int type

{{#tag:syntaxhighlight| Vehicle.SetVehicleCustomSecondaryColor(vehicle, red, green, blue); |lang=csharp}} }}