Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TutorialNavigation15.c
Go to the documentation of this file.
1 [EntityEditorProps(insertable: false)]
3 {
4 };
5 
6 //------------------------------------------------------------------------------------------------
8 {
9  //------------------------------------------------------------------------------------------------
10  override protected void Setup()
11  {
12  SCR_HintManagerComponent.HideHint();
13  SCR_HintManagerComponent.ClearLatestHint();
14 
15  m_fConditionCheckPeriod = 1;
16 
17  SCR_MapEntity.GetOnMapOpen().Remove(m_TutorialComponent.OnMapOpen);
18  SCR_MapEntity.GetOnMapClose().Remove(m_TutorialComponent.OnMapClose);
19  SCR_MapEntity.GetOnMapOpen().Insert(m_TutorialComponent.OnMapOpen);
20  SCR_MapEntity.GetOnMapClose().Insert(m_TutorialComponent.OnMapClose);
21 
22  PlaySoundSystem("Navigation_OrientationOpenMap");
23  HintOnVoiceOver();
24  }
25 
26  //------------------------------------------------------------------------------------------------
27  override protected bool GetIsFinished()
28  {
29  return m_TutorialComponent.GetIsMapOpen();
30  }
31 };
SCR_BaseCampaignTutorialArlandStage
Definition: SCR_BaseCampaignTutorialArlandStage.c:7
EntityEditorProps
enum EQueryType EntityEditorProps(category:"GameScripted/Sound", description:"THIS IS THE SCRIPT DESCRIPTION.", color:"0 0 255 255")
Definition: SCR_AmbientSoundsComponent.c:12
SCR_TutorialNavigation15Class
Definition: SCR_TutorialNavigation15.c:2
SCR_MapEntity
Map entity.
Definition: SCR_MapEntity.c:20
SCR_BaseCampaignTutorialArlandStageClass
Definition: SCR_BaseCampaignTutorialArlandStage.c:2
SCR_TutorialNavigation15
Definition: SCR_TutorialNavigation15.c:7