RemoveVehicleMod
Внешний вид
This function removes mods attached to a vehicle.
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
<syntaxhighlight lang="csharp"> NAPI.Vehicle.RemoveVehicleMod(vehicle, modType); </syntaxhighlight>