Skip to content

Commit

Permalink
Merge pull request #902 from gtasnail/patch-2
Browse files Browse the repository at this point in the history
Update DetachVehicleFromCargobob.md
  • Loading branch information
thorium-cfx authored Oct 30, 2023
2 parents 500dad9 + 29611cf commit 13e14d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEHICLE/DetachVehicleFromCargobob.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ns: VEHICLE

```c
// 0x0E21D3DF1051399D 0x83D3D331
void DETACH_VEHICLE_FROM_CARGOBOB(Vehicle vehicle, Vehicle cargobob);
void DETACH_VEHICLE_FROM_CARGOBOB(Vehicle cargobob, Vehicle vehicle);
```
## Parameters
* **vehicle**:
* **cargobob**:
* **vehicle**:

0 comments on commit 13e14d3

Please sign in to comment.