GetVehicleWheelColor

From RAGE Multiplayer Wiki

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