Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditorAttributeCategory.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
4
9{
10 [Attribute()]
11 protected ref SCR_UIInfo m_UIInfo;
12
13 [Attribute(defvalue: "", desc: "When the texture is an image set, define the quad name here")]
14 private string m_sImageName;
15
16 [Attribute(defvalue: "0", desc: "Priority when showing up the category list. Higher value = higher priority")]
17 private int m_iPriority;
18
19 [Attribute(defvalue: "0", desc: "Whether or not the category is global. If true it means global attributes are opened which saves the tab index when closed for each mode.")]
20 private bool m_bIsGlobalAttributeCategory;
21
27 {
28 return m_UIInfo;
29 }
34 int GetPriority()
35 {
36 return m_iPriority;
37 }
42 bool GetIsGlobalAttributeCategory()
43 {
44 return m_bIsGlobalAttributeCategory;
45 }
46};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
int m_iPriority
override SCR_UIInfo GetInfo()
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute