mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
d1f0dc5e83
* Update CfgVehicles.hpp * Cargo cleanup * Update menu.hpp * Updated status effect key * Update fnc_onMenuOpen.sqf * Update fnc_onMenuOpen.sqf * fix comment from merge * nil interaction GVARs on menu close * fix carry bug * Fix floating objects in MP * Updated ace_cargoAdded doc * Fix progress bar prematurely stopping * Finer cursor object selection --------- Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
23 lines
445 B
C++
23 lines
445 B
C++
PREP(addCargoItem);
|
|
PREP(addCargoVehiclesActions);
|
|
PREP(canLoadItemIn);
|
|
PREP(canUnloadItem);
|
|
PREP(getCargoSpaceLeft);
|
|
PREP(getNameItem);
|
|
PREP(getSizeItem);
|
|
PREP(handleDestroyed);
|
|
PREP(initObject);
|
|
PREP(initVehicle);
|
|
PREP(loadItem);
|
|
PREP(moduleSettings);
|
|
PREP(onMenuOpen);
|
|
PREP(paradropItem);
|
|
PREP(removeCargoItem);
|
|
PREP(renameObject);
|
|
PREP(setSize);
|
|
PREP(setSpace);
|
|
PREP(startLoadIn);
|
|
PREP(startUnload);
|
|
PREP(unloadCarryItem);
|
|
PREP(unloadItem);
|