Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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 }
SCR_BaseEditorHintCondition
Definition: SCR_BaseEditorHintCondition.c:2
GetGame
ArmaReforgerScripted GetGame()
Definition: game.c:1424
Activate
protected void Activate()
Definition: SCR_BaseHintCondition.c:9
SCR_CampaignBuildingCloseHintCondition
Definition: SCR_CampaignBuildingCloseHintCondition.c:2
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