Skip to main content

GetVehicleDashboardColor

Returns the vehicle's dashboard color.

  • vehicle: parameter input should be in Vehicle type

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

{{#tag:syntaxhighlight| int dashboardColor = Vehicle.GetVehicleDashboardColor(vehicle); |lang=csharp}} }}