GetVehicleMod
Внешний вид
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>