PopVehicleTyre
Внешний вид
This function pops a vehicle's tyre.
void NAPI.Vehicle.PopVehicleTyre(Vehicle vehicle, int tyre, bool pop);
Parameters
- vehicle: parameter input should be in Vehicle type
- tyre: parameter input should be in int type
- pop: parameter input should be in bool type
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.PopVehicleTyre(vehicle, tyre, pop); </syntaxhighlight>