Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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 
26  static SCR_EditableEntityUIConfig GetConfig(SCR_EditableEntityUIConfig config = null)
27  {
28  if (config)
29  return config;
30 
32  if (layoutManager)
33  return layoutManager.GetEditableEntityUI();
34  else
35  return null;
36  }
37 };
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_MenuLayoutEditorComponent
Definition: SCR_MenuLayoutEditorComponent.c:15
SCR_EditableEntityUIConfig
Definition: SCR_EntitiesEditorUIConfig.c:7
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468