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

GetVehicleMod

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

Returns the vehicle's mod.


int NAPI.Vehicle.GetVehicleMod(Vehicle vehicle, int slot);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns the mod in int type.

Example

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