GetVehicleDashboardColor

From RAGE Multiplayer Wiki

Returns the vehicle's dashboard color.


C# Syntax

int NAPI.Vehicle.GetVehicleDashboardColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the dashboard color in int type.

Example

int dashboardColor = NAPI.Vehicle.GetVehicleDashboardColor(vehicle);