GetVehicleMod

From RAGE Multiplayer Wiki
Revision as of 11:07, 28 November 2019 by Avoid (talk | contribs)

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 color in int type.

Example

NAPI.Vehicle.GetVehicleMod(vehicle, slot);