Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TasksTabConfig.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute(SCR_ETaskTabType.AVAILABLE.ToString(), UIWidgets.ComboBox, "Default tab", enumType: SCR_ETaskTabType)]
6
7 [Attribute("", UIWidgets.ComboBox, enumType: SCR_ETaskTabType)]
8 protected ref array<SCR_ETaskTabType> m_aTaskTabs;
9
10 //------------------------------------------------------------------------------------------------
15
16 //------------------------------------------------------------------------------------------------
17 array<SCR_ETaskTabType> GetTaskTabs()
18 {
19 return m_aTaskTabs;
20 }
21}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_ETaskTabType m_eDefaultTab
ref array< SCR_ETaskTabType > m_aTaskTabs
SCR_ETaskTabType GetDefaultTab()
array< SCR_ETaskTabType > GetTaskTabs()
SCR_FieldOfViewSettings Attribute