mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9f291c86d8
* Add submenu with vehicles to cargo load menu * replace private ARRAY with keyword * fix ace function macro using * filter vehicles without cargo * add Load condition, clean params, fix param reusing * replace nearEntities with nearestObjects, add macro * optimize, del magic, replace count with forEach * del unused functions * del useless _this parameter
21 lines
402 B
C++
21 lines
402 B
C++
|
|
PREP(addCargoItem);
|
|
PREP(addCargoVehiclesActions);
|
|
PREP(canLoadItemIn);
|
|
PREP(canUnloadItem);
|
|
PREP(getCargoSpaceLeft);
|
|
PREP(getSizeItem);
|
|
PREP(handleDestroyed);
|
|
PREP(initObject);
|
|
PREP(initVehicle);
|
|
PREP(loadItem);
|
|
PREP(makeLoadable);
|
|
PREP(moduleMakeLoadable);
|
|
PREP(moduleSettings);
|
|
PREP(onMenuOpen);
|
|
PREP(paradropItem);
|
|
PREP(startLoadIn);
|
|
PREP(startUnload);
|
|
PREP(unloadItem);
|
|
PREP(validateCargoSpace);
|