Native referenceFiveM

DETACH_VEHICLE_FROM_TOW_TRUCK

0xC2DB6B6708350ED8 VEHICLE
FUNCTION SIGNATURE
void DETACH_VEHICLE_FROM_TOW_TRUCK(Vehicle towTruck, Vehicle vehicle);
Property Value
Native Name DETACH_VEHICLE_FROM_TOW_TRUCK
Hash 0xC2DB6B6708350ED8
Return Type void
Parameters towTruck (Vehicle), vehicle (Vehicle)

Description: ``` First two parameters swapped. Scripts verify that towTruck is the first parameter, not the second.

Back to VEHICLE