Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SCR_EditorManagerEntity(IEntitySource src, IEntity parent)
void OnExitConditionEditor(SCR_EditorManagerEntity editorManager)
void OnInitConditionEditor(SCR_EditorManagerEntity editorManager)