Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntitiesEditorUIConfig.c
Go to the documentation of this file.
1
6[BaseContainerProps(configRoot: true)]
8{
9 [Attribute()]
10 protected ref array<ref SCR_EntitiesEditorUIRule> m_aRules;
11
16 array<ref SCR_EntitiesEditorUIRule> GetRules()
17 {
18 return m_aRules;
19 }
20
27 {
28 if (config)
29 return config;
30
32 if (layoutManager)
33 return layoutManager.GetEditableEntityUI();
34 else
35 return null;
36 }
37};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
static SCR_EditableEntityUIConfig GetConfig(SCR_EditableEntityUIConfig config=null)
array< ref SCR_EntitiesEditorUIRule > GetRules()
ref array< ref SCR_EntitiesEditorUIRule > m_aRules
SCR_EditableEntityUIConfig GetEditableEntityUI()
SCR_FieldOfViewSettings Attribute