mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fea2326488
- Add a ace_cargo_space attribute to vehicles to alter how much cargo they can carry. - Add an ace_cargo_size attribute to objects to alter how much cargo space they consume. - Add two public functions `fnc_setSize.sqf` and `fnc_setSpace.sqf` to update the cargo size/space respectively of any given object. - Deprecate cargo makeLoadable module and public function. - Added some macros to get the space/size of a config, making code more readable in places. |
||
---|---|---|
.. | ||
fnc_addCargoItem.sqf | ||
fnc_addCargoVehiclesActions.sqf | ||
fnc_canLoadItemIn.sqf | ||
fnc_canUnloadItem.sqf | ||
fnc_getCargoSpaceLeft.sqf | ||
fnc_getSizeItem.sqf | ||
fnc_handleDestroyed.sqf | ||
fnc_initObject.sqf | ||
fnc_initVehicle.sqf | ||
fnc_loadItem.sqf | ||
fnc_makeLoadable.sqf | ||
fnc_moduleMakeLoadable.sqf | ||
fnc_moduleSettings.sqf | ||
fnc_onMenuOpen.sqf | ||
fnc_paradropItem.sqf | ||
fnc_setSize.sqf | ||
fnc_setSpace.sqf | ||
fnc_startLoadIn.sqf | ||
fnc_startUnload.sqf | ||
fnc_unloadItem.sqf | ||
fnc_validateCargoSpace.sqf | ||
script_component.hpp |