File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class Cfg3DEN {
99 class Attributes {
1010 #include " controls.hpp"
1111 };
12+ /*
1213 class object {
1314 class AttributeCategories {
1415 class iedd_attributes {
@@ -124,7 +125,6 @@ class Cfg3DEN {
124125 condition = "objectControllable";
125126 defaultValue = 0;
126127 };
127- /* SUICIDE SETTINGS */
128128 class GVAR(Suicide_Status) {
129129 data = "AttributeSystemSubcategory"; // This is needed for the attribute to work
130130 control = "SubCategory";
@@ -181,7 +181,6 @@ class Cfg3DEN {
181181 defaultValue = "(side group _this) call BIS_fnc_sideID";
182182 expression = "_this setVariable ['%s',_value];";
183183 };
184- /* UNIT STATUS*/
185184 class GVAR(Charge_Status) {
186185 data = "AttributeSystemSubcategory"; // This is needed for the attribute to work
187186 control = "SubCategory";
@@ -207,7 +206,6 @@ class Cfg3DEN {
207206 condition = "objectControllable";
208207 defaultValue = QUOTE(false);
209208 };
210- /* *********TIMER SETTINGS ********/
211209 class GVAR(c_timer_SubCategory) {
212210 data = "AttributeSystemSubcategory";
213211 control = "SubCategory";
@@ -295,4 +293,5 @@ class Cfg3DEN {
295293 };
296294 };
297295 };
296+ */
298297};
You can’t perform that action at this time.
0 commit comments