Skip to content

Commit

Permalink
tweak: update paramater to be something more fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight authored Aug 14, 2024
1 parent 59e7f00 commit cf73f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEHICLE/IsVehicleTyreBurst.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: VEHICLE

```c
// 0xBA291848A0815CA9 0x48C80210
BOOL IS_VEHICLE_TYRE_BURST(Vehicle vehicle, int wheelID, BOOL completely);
BOOL IS_VEHICLE_TYRE_BURST(Vehicle vehicle, int wheelID, BOOL isBurstToRim);
```
```c
Expand All @@ -26,7 +26,7 @@ enum eVehicleWheels
## Parameters
* **vehicle**: The vehicle to check the tire status of
* **wheelID**: The wheel id to check, see `eVehicleWheels`
* **completely**: Whether it should only be counted if its completely bursted (when its on its rims)
* **isBurstToRim**: Whether it should only return `true` if the tire is bursted to its rims

## Return value
Returns `true` if the vehicle tire is poped, `false` otherwise.

0 comments on commit cf73f4d

Please sign in to comment.