Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignBuildingCloseHintCondition.c
Go to the documentation of this file.
1[BaseContainerProps(), SCR_BaseContainerHintCondition()]
3{
4 //------------------------------------------------------------------------------------------------
5 override protected void OnExitConditionEditor(SCR_EditorManagerEntity editorManager)
6 {
7 // Call later because closing editor might hide the hint.
8 GetGame().GetCallqueue().CallLater(Activate, 100, false);
9 }
10}
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SCR_EditorManagerEntity(IEntitySource src, IEntity parent)
void OnExitConditionEditor(SCR_EditorManagerEntity editorManager)