-
Notifications
You must be signed in to change notification settings - Fork 749
Open
Labels
Description
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:
Reactions are currently unavailable