From 29611cf869c15bd3133b1614099df8ab780fa7e9 Mon Sep 17 00:00:00 2001 From: Jumanji <100861025+gtasnail@users.noreply.github.com> Date: Sat, 29 Jul 2023 23:57:43 +0100 Subject: [PATCH] Update DetachVehicleFromCargobob.md Parameter order correction (spotted by gottfriedleibniz) :P --- VEHICLE/DetachVehicleFromCargobob.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VEHICLE/DetachVehicleFromCargobob.md b/VEHICLE/DetachVehicleFromCargobob.md index beb227874..9f9e661b3 100644 --- a/VEHICLE/DetachVehicleFromCargobob.md +++ b/VEHICLE/DetachVehicleFromCargobob.md @@ -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**: