ACE3
ACE3 copied to clipboard
Arsenal Clear All Button does not trigger cargoChanged event
Mods:
-
Arma 3:
2.18.152588 profiling -
CBA:
3.18.1 -
ACE3:
3.19.0
Description:
When using the clear all button for containers in the ace arsenal, it does not trigger updates on custom actions with updateOnCargoChanged = 1
Steps to reproduce:
- Add a custom action to arsenal (
[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"TAG_myActions","My Actions",[["text","Text",{true},"Text"],["statement","Statement",{true},"",{str time}],["button","Button",{true},"",{},{str time}]],{true},2,true]call ace_arsenal_fnc_addAction;) - Open arsenal and add some items to inventory
- Notice current number displayed on the action
- Clear said inventory
- Notice the number does not change
Expected behavior:
The number in the example action should update
Where did the issue occur?
- Editor (Singleplayer)
Additional context:
~~working on it #10692~~