SetVehicleDashboardColor

From RAGE Multiplayer Wiki

This function sets the vehicle's dashboard color.


C# Syntax

void NAPI.Vehicle.SetVehicleDashboardColor(Vehicle vehicle, int type);

Parameters

  • vehicle: parameter input should be in Vehicle type
  • type: parameter input should be in int type

Example

NAPI.Vehicle.SetVehicleDashboardColor(vehicle, type);