mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
2973ea5814
* Small fixes in ace_cargo
Makes paradropItem and unloadItem invoke event "ace_cargoUnloaded" with parameters _itemObject, _vehicle and "paradrop" or "unload" respectivelty.
paradropItem invoked said event but if item was classname it would send classname to event which is not particularly useful.
* Update XEH_postInit.sqf
Moved event invocation to unloadItem, this provides ability to always pass object to eventhandlers.
* code refactor
refactored according to https://github.com/acemod/ACE3/pull/8203#discussion_r610394484
* Update fnc_paradropItem.sqf
apply new fix
* Revert "Update fnc_paradropItem.sqf"
This reverts commit
|
||
---|---|---|
.. | ||
fnc_addCargoItem.sqf | ||
fnc_addCargoVehiclesActions.sqf | ||
fnc_canLoadItemIn.sqf | ||
fnc_canUnloadItem.sqf | ||
fnc_getCargoSpaceLeft.sqf | ||
fnc_getSizeItem.sqf | ||
fnc_handleDeleted.sqf | ||
fnc_handleDestroyed.sqf | ||
fnc_initObject.sqf | ||
fnc_initVehicle.sqf | ||
fnc_loadItem.sqf | ||
fnc_moduleSettings.sqf | ||
fnc_onMenuOpen.sqf | ||
fnc_paradropItem.sqf | ||
fnc_removeCargoItem.sqf | ||
fnc_setSize.sqf | ||
fnc_setSpace.sqf | ||
fnc_startLoadIn.sqf | ||
fnc_startUnload.sqf | ||
fnc_unloadItem.sqf | ||
fnc_validateCargoSpace.sqf | ||
script_component.hpp |