Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditorOpenedHintCondition.c
Go to the documentation of this file.
1 [BaseContainerProps(), SCR_BaseContainerHintCondition()]
3 {
4  //------------------------------------------------------------------------------------------------
5  override protected void OnInitConditionEditor(SCR_EditorManagerEntity editorManager)
6  {
7  editorManager.GetOnOpened().Insert(Activate);
8  editorManager.GetOnClosed().Insert(Deactivate);
9  }
10 
11  //------------------------------------------------------------------------------------------------
12  override protected void OnExitConditionEditor(SCR_EditorManagerEntity editorManager)
13  {
14  editorManager.GetOnOpened().Remove(Activate);
15  editorManager.GetOnClosed().Remove(Deactivate);
16  }
17 }
SCR_BaseEditorHintCondition
Definition: SCR_BaseEditorHintCondition.c:2
SCR_EditorOpenedHintCondition
Definition: SCR_EditorOpenedHintCondition.c:2
Deactivate
protected void Deactivate()
Definition: SCR_BaseHintCondition.c:27
Activate
protected void Activate()
Definition: SCR_BaseHintCondition.c:9
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
SCR_EditorManagerEntity
Definition: SCR_EditorManagerEntity.c:26