Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_Navigation_NORTH.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6//------------------------------------------------------------------------------------------------
8{
9 //------------------------------------------------------------------------------------------------
10 override void Setup()
11 {
12 SCR_HintManagerComponent.HideHint();
13 SCR_HintManagerComponent.ClearLatestHint();
14
15 if (m_sLastFinishedEvent == "SOUND_TUTORIAL_TA_ALIGN_NORTH_INSTRUCTOR_Q_03")
16 ShowHint();
17 }
18
19 //------------------------------------------------------------------------------------------------
20 override protected bool GetIsFinished()
21 {
23 return false;
24
25 return m_TutorialComponent.IsPlayerAimingInAngle(0, 7);
26 }
27};
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
SCR_TutorialGamemodeComponent m_TutorialComponent