2016-02-20 12:36:53 +00:00
|
|
|
class Cfg3DEN {
|
|
|
|
class Object {
|
|
|
|
class AttributeCategories {
|
|
|
|
class ace_attributes {
|
|
|
|
class Attributes {
|
2016-02-20 13:07:39 +00:00
|
|
|
class ace_isHandcuffed {
|
2016-02-20 12:36:53 +00:00
|
|
|
property = QUOTE(ace_isHandcuffed);
|
|
|
|
control = "Checkbox";
|
|
|
|
displayName = CSTRING(ModuleHandcuffed_DisplayName);
|
|
|
|
tooltip = CSTRING(ModuleHandcuffed_Description);
|
2016-02-22 09:00:40 +00:00
|
|
|
expression = QUOTE(if (_value) then {[ARR_3(objNull,[_this],true)] call FUNC(moduleHandcuffed)});
|
2016-02-20 12:36:53 +00:00
|
|
|
typeName = "BOOL";
|
|
|
|
condition = "objectBrain";
|
2016-08-07 17:50:58 +00:00
|
|
|
defaultValue = "(false)";
|
2016-02-20 12:36:53 +00:00
|
|
|
};
|
2016-02-20 13:07:39 +00:00
|
|
|
class ace_isSurrendered {
|
2016-02-20 12:36:53 +00:00
|
|
|
property = QUOTE(ace_isSurrendered);
|
|
|
|
control = "Checkbox";
|
|
|
|
displayName = CSTRING(ModuleSurrender_DisplayName);
|
|
|
|
tooltip = CSTRING(ModuleSurrender_Description);
|
2016-02-22 09:00:40 +00:00
|
|
|
expression = QUOTE(if (_value) then {[ARR_3(objNull,[_this],true)] call FUNC(moduleSurrender)});
|
2016-02-20 12:36:53 +00:00
|
|
|
typeName = "BOOL";
|
|
|
|
condition = "objectBrain";
|
2016-08-07 17:50:58 +00:00
|
|
|
defaultValue = "(false)";
|
2016-02-20 12:36:53 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|