Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_Tutorial_Heli_START.c
Go to the documentation of this file.
1
[
EntityEditorProps
(insertable:
false
)]
2
class
SCR_Tutorial_Heli_STARTClass
:
SCR_BaseTutorialStageClass
3
{
4
};
5
6
//------------------------------------------------------------------------------------------------
7
class
SCR_Tutorial_Heli_START
:
SCR_BaseTutorialStage
8
{
9
//------------------------------------------------------------------------------------------------
10
override
protected
void
Setup
()
11
{
12
PlayNarrativeCharacterStage
(
"HELICOPTER_Instructor"
, 2);
13
14
CreateMarkerCustom
(
"HELICOPTER_Instructor"
, SCR_EScenarioFrameworkMarkerCustom.POINT_OF_INTEREST, SCR_EScenarioFrameworkMarkerCustomColor.REFORGER_ORANGE);
15
}
16
17
//------------------------------------------------------------------------------------------------
18
override
bool
GetIsFinished
()
19
{
20
return
m_sLastFinishedEvent
==
"Tutorial_TA_Helicopter_Course_In_Instructor_I_04"
||
GetDuration
() > 16000;
21
}
22
};
EntityEditorProps
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
Definition
SCR_CompassComponent.c:10
SCR_BaseTutorialStageClass
Definition
SCR_BaseTutorialStage.c:3
SCR_BaseTutorialStage
Definition
SCR_BaseTutorialStage.c:8
SCR_BaseTutorialStage::m_sLastFinishedEvent
string m_sLastFinishedEvent
Definition
SCR_BaseTutorialStage.c:21
SCR_BaseTutorialStage::GetDuration
float GetDuration()
Definition
SCR_BaseTutorialStage.c:42
SCR_BaseTutorialStage::CreateMarkerCustom
SCR_MapMarkerBase CreateMarkerCustom(string entityName, SCR_EScenarioFrameworkMarkerCustom icon, SCR_EScenarioFrameworkMarkerCustomColor color, string name=string.Empty)
Definition
SCR_BaseTutorialStage.c:65
SCR_BaseTutorialStage::PlayNarrativeCharacterStage
void PlayNarrativeCharacterStage(string characterName, int stage)
Definition
SCR_BaseTutorialStage.c:510
SCR_Tutorial_Heli_STARTClass
Definition
SCR_Tutorial_Heli_START.c:3
SCR_Tutorial_Heli_START
Definition
SCR_Tutorial_Heli_START.c:8
SCR_Tutorial_Heli_START::GetIsFinished
override bool GetIsFinished()
Definition
SCR_Tutorial_Heli_START.c:18
SCR_Tutorial_Heli_START::Setup
void Setup()
Definition
SCR_Tutorial_Heli_START.c:10
scripts
Game
GameMode
Tutorial
Stages
Helicopters
SCR_Tutorial_Heli_START.c
Generated by
1.17.0