mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ca580daedd
* Add removeCargoItem function to cargo module * Fix documentation typos * Fix header 'public' field Of course it's a public function, that's the whole point! * Fix spelling * Add missing then command * Work better with objects * After-test fixes * Also update wiki * Overhaul * Make the event more robust * Fix logic & shorten docs
24 lines
456 B
C++
24 lines
456 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(removeCargoItem);
|
|
PREP(setSize);
|
|
PREP(setSpace);
|
|
PREP(startLoadIn);
|
|
PREP(startUnload);
|
|
PREP(unloadItem);
|
|
PREP(validateCargoSpace);
|