RemoveVehicleMod

From RAGE Multiplayer Wiki

This function removes mods attached to a vehicle.

C# Syntax

void NAPI.Vehicle.RemoveVehicleMod(Vehicle vehicle, int modType);

Parameters

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

Example

NAPI.Vehicle.RemoveVehicleMod(vehicle, modType);