GetVehicleMod

From RAGE Multiplayer Wiki

Returns the vehicle's mod.


C# Syntax

int NAPI.Vehicle.GetVehicleMod(Vehicle vehicle, int slot);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the mod in int type.

Example

NAPI.Vehicle.GetVehicleMod(vehicle, slot);