A new optional parameter:
hashMap set [key, value, onlyIfUnique = false]
A new optional parameter:
hashMap set [key, value, onlyIfUnique = false]
Thank you for requesting the feature.
Due to the current phase of Live Ops development in Arma 3, we cannot commit to any new features, though we will try to consider them.
Test script
_hm = createHashMap; _hm set ["a", 1]; _hm set ["a", 2]; _hm get "a"
expected result is 1
dev branch next week