Skip to main content

SetVehicleMod

Sets a specific vehicle modification to a slot.

  • vehicle: parameter input should be in Vehicle type
  • modType: parameter input should be in int type
  • mod: parameter input should be in int type There are 50 (0 - 49) mod types

{{#tag:syntaxhighlight| Vehicle.SetVehicleMod(vehicle, 3, 2); |lang=csharp}} }}