You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mods (complete and add to the following information):
Arma 3: irrelevant - ace code issue
CBA: ` irrelevant - ace code issue
ACE3: master branch and release
Description:
"ace_cargoUnloaded" eh returns classname instead of an object if the item was added using [classname,vehicle,count] call ace_cargo_fnc_addCargoItem;
Steps to reproduce:
create eh to monitor "ace_cargoUnloaded" and display its arguments;
add item to cargo using aforementioned command;
paradrop the item
obvserve classname being returned instead of an object.
Mods (complete and add to the following information):
Description:
"ace_cargoUnloaded" eh returns classname instead of an object if the item was added using [classname,vehicle,count] call ace_cargo_fnc_addCargoItem;
Steps to reproduce:
Expected behavior:
object to be returned.
Where did the issue occur?
Additional context:
Can be statically detected.
dropped object is stored in _itemObject but eh returns _item which can contain classname.
The text was updated successfully, but these errors were encountered: