Skip to main content

SetVehicleTrimColor

This function sets the vehicle trim color. The trim is the stitching inside the vehicle interior.

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

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