ACE3/addons/cargo/functions
SilentSpike fea2326488 Add cargo eden attributes (#4780)
- 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.
2017-05-31 23:54:57 +01:00
..
fnc_addCargoItem.sqf Rename cargo events: 2016-06-24 12:12:19 -03:00
fnc_addCargoVehiclesActions.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_canLoadItemIn.sqf Fix cargo loading to locked vehicle (#5049) 2017-04-01 00:33:36 -05:00
fnc_canUnloadItem.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_getCargoSpaceLeft.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_getSizeItem.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_handleDestroyed.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_initObject.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_initVehicle.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_loadItem.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_makeLoadable.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_moduleMakeLoadable.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_moduleSettings.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_onMenuOpen.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_paradropItem.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_setSize.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_setSpace.sqf Add cargo eden attributes (#4780) 2017-05-31 23:54:57 +01:00
fnc_startLoadIn.sqf Cargo load menu overhaul (#4871) 2017-05-31 17:02:24 +02:00
fnc_startUnload.sqf Add Paradrop Time Coefficient Setting (#5116) 2017-05-05 14:02:59 -05:00
fnc_unloadItem.sqf convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
fnc_validateCargoSpace.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
script_component.hpp Cleaned function headers 2015-08-16 22:41:35 +02:00