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_SquadLeadership_CloseRequesting.c
Go to the documentation of this file.
1
[
EntityEditorProps
(insertable:
false
)]
2
class
SCR_Tutorial_SquadLeadership_CloseRequestingClass
:
SCR_BaseTutorialStageClass
3
{
4
}
5
6
class
SCR_Tutorial_SquadLeadership_CloseRequesting :
SCR_BaseTutorialStage
7
{
8
//------------------------------------------------------------------------------------------------
9
override
protected
bool
GetIsFinished
()
10
{
11
return
!
IsBuildingModeOpen
();
12
}
13
}
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::IsBuildingModeOpen
bool IsBuildingModeOpen()
Definition
SCR_BaseTutorialStage.c:343
SCR_BaseTutorialStage::GetIsFinished
bool GetIsFinished()
Definition
SCR_BaseTutorialStage.c:214
SCR_Tutorial_SquadLeadership_CloseRequestingClass
Definition
SCR_Tutorial_SquadLeadership_CloseRequesting.c:3
scripts
Game
GameMode
Tutorial
Stages
Commanding
SCR_Tutorial_SquadLeadership_CloseRequesting.c
Generated by
1.17.0