2015-05-14 18:46:35 +00:00
|
|
|
class ACE_Settings {
|
|
|
|
class GVAR(DisplayText) {
|
|
|
|
typeName = "BOOL";
|
|
|
|
isClientSettable = 1;
|
|
|
|
value = 1;
|
2015-05-27 17:04:25 +00:00
|
|
|
displayName = CSTRING(SettingDisplayTextName);
|
|
|
|
description = CSTRING(SettingDisplayTextDesc);
|
2015-05-14 18:46:35 +00:00
|
|
|
};
|
|
|
|
};
|