56 [Attribute("0", UIWidgets.EditBox, desc: "Priority in displaying the Descriptor", "0 inf 1")]
57int m_iPriority;
58
59 [Attribute("0", UIWidgets.EditBox, desc: "imageset Index, determines to which imageset should be referred for its image", "0 100 1")]
60int m_iImageSetIndex;
61
62 [Attribute(defvalue: "0", uiwidget: UIWidgets.CheckBox, desc: "Faction based colorization")]
63bool m_bUseFactionColors;
64
65 [Attribute(defvalue: "0", uiwidget: UIWidgets.CheckBox, desc: "This descriptor is configured but not visible without being activated by something else")]