IsVehicleTyrePopped
Returns if the vehicle tyre is popped.
- vehicle: parameter input should be in Vehicle type
- tyre: parameter input should be in int type
NOTE: This function returns data in bool type.
{{#tag:syntaxhighlight| Vehicle.IsVehicleTyrePopped(Vehicle vehicle, int tyre); |lang=csharp}} }}