GetVehicleMod

From RAGE Multiplayer Wiki
Revision as of 11:07, 28 November 2019 by Avoid (talk | contribs) (Created page with "Returns vehicle's tires smoke color in Color. {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleMod(Vehicle vehicle, int slot);}} {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns vehicle's tires smoke color in Color.


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);