Перейти к содержанию

SetVehicleDashboardColor

Материал из RAGE MP Wiki Archive
Версия от 21:37, 27 ноября 2019; imported>Avoid (Created page with "This function sets the vehicle's dashboard color. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Vehicle.SetVehicleDashboardColor(Vehicle vehicle,...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This function sets the vehicle's dashboard color.


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

<syntaxhighlight lang="csharp"> NAPI.Vehicle.SetVehicleDashboardColor(vehicle, type); </syntaxhighlight>