Skip to main content

SetVehiclePrimaryColor

This sets the vehicle's primary color.

  • vehicle: parameter input should be in Vehicle type
  • color: parameter input should be in int type

{{#tag:syntaxhighlight| NAPI.Vehicle.SetVehiclePrimaryColor(vehicle, 45); |lang=csharp}} }}