ACE3/addons/interaction/ACE_Settings.hpp
Dystopian 69c3d2bb65
Add Weapon Attachments interaction (#7706)
* Add Weapon Attachments interaction

* Apply recommended changes

* Format addPEH

Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>

* Remove toLower

* Update required CBA version

* Rename category to Accessories

* Change setting var name

* Add setting description

* Fix notification size

* Optimize with new commands

Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
2021-03-04 11:43:11 -06:00

13 lines
237 B
C++

class ACE_Settings {
class GVAR(enableTeamManagement) {
movedToSQF = 1;
};
class GVAR(enableMagazinePassing) {
movedToSQF = 1;
};
class GVAR(disableNegativeRating) {
movedToSQF = 1;
};
};