2015-06-12 05:58:04 +00:00
|
|
|
class ACE_Settings {
|
|
|
|
class GVAR(enabled) {
|
2017-12-10 20:57:17 +00:00
|
|
|
category = ECSTRING(common,ACEKeybindCategoryWeapons);
|
2017-11-15 19:10:20 +00:00
|
|
|
displayName = CSTRING(DisplayName);
|
2015-06-12 05:58:04 +00:00
|
|
|
typeName = "BOOL";
|
|
|
|
value = 1;
|
|
|
|
};
|
|
|
|
};
|