RemoveVehicleMod
This function removes mods attached to a vehicle.
- vehicle: parameter input should be in Vehicle type
- modType: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.RemoveVehicleMod(vehicle, modType); |lang=csharp}} }}