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

GetVehicleWheelType

Материал из RAGE MP Wiki Archive
Версия от 21:53, 27 ноября 2019; imported>Avoid
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns vehicle wheel type.


int NAPI.Vehicle.GetVehicleWheelType(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.GetVehicleWheelType(vehicle); </syntaxhighlight>