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

GetVehicleWheelColor

Материал из RAGE MP Wiki Archive
Версия от 21:56, 27 ноября 2019; imported>Avoid (Created page with "Returns the color of the wheels. {{CSharpContainer| {{#tag:pre|int {{Template:CSharp_Serverside_namespace}}Vehicle.GetVehicleWheelColor(Vehicle vehicle);}} {{Parameters}} *''...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the color of the wheels.


int NAPI.Vehicle.GetVehicleWheelColor(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in int type.

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleWheelColor(vehicle); </syntaxhighlight>