GetVehicleDashboardColor
Внешний вид
Returns the vehicle's dashboard color.
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
<syntaxhighlight lang="csharp"> int dashboardColor = NAPI.Vehicle.GetVehicleDashboardColor(vehicle); </syntaxhighlight>