Skip to main content

SetVehiclePearlescentColor

This function sets the vehicle's pearlescent color.

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

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