ACE3/addons/cargo/XEH_PREP.hpp
Vdauphin b9eb48c64d Overwrite BI unload all vehicles
Use ACE own interraction to unload all vehicles as BI action unload all vehicles do.
2020-11-06 22:16:13 +01:00

24 lines
487 B
C++

PREP(addCargoItem);
PREP(addCargoVehiclesActions);
PREP(canLoadItemIn);
PREP(canShowUnloadAllVehicles);
PREP(canUnloadItem);
PREP(getCargoSpaceLeft);
PREP(getSizeItem);
PREP(handleDeleted);
PREP(handleDestroyed);
PREP(initObject);
PREP(initVehicle);
PREP(loadItem);
PREP(moduleSettings);
PREP(onMenuOpen);
PREP(paradropItem);
PREP(removeCargoItem);
PREP(setSize);
PREP(setSpace);
PREP(startLoadIn);
PREP(startUnload);
PREP(unloadAllVehicles);
PREP(unloadItem);
PREP(validateCargoSpace);