forked from IDI-Systems/acre2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCfg3DEN.hpp
20 lines (20 loc) · 810 Bytes
/
Cfg3DEN.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
class Cfg3DEN {
class Object {
class AttributeCategories {
class acre_attributes {
class Attributes {
class GVAR(edenSetup) {
property = QGVAR(edenSetup);
condition = "objectBrain";
control = "Edit";
typeName = "STRING";
displayName = CSTRING(3den_RadioSetup_DisplayName);
tooltip = CSTRING(3den_RadioSetup_Description);
defaultValue = "[[""ACRE_PRC343"",[1,1]],[""ACRE_PRC152"",1],[""ACRE_PRC117F"",1]]";
expression = QUOTE(_this setVariable [ARR_3(QQGVAR(setup),_value,true)]);
};
};
};
};
};
};