GetVehicleWheelColor

From RAGE Multiplayer Wiki
Revision as of 21:56, 27 November 2019 by Avoid (talk | contribs) (Created page with "Returns the color of the wheels. {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleWheelColor(Vehicle vehicle);}} {{Parameters}} *''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the color of the wheels.


C# Syntax

int NAPI.Vehicle.GetVehicleWheelColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in int type.

Example

NAPI.Vehicle.GetVehicleWheelColor(vehicle);