PopVehicleTyre
This function pops a vehicle's tyre.
- vehicle: parameter input should be in Vehicle type
- tyre: parameter input should be in int type
- pop: parameter input should be in bool type
{{#tag:syntaxhighlight| Vehicle.PopVehicleTyre(vehicle, tyre, pop); |lang=csharp}} }}