Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TutorialStageHub Class Reference
Inheritance diagram for SCR_TutorialStageHub:
SCR_BaseTutorialStage

Protected Member Functions

void Setup ()
void PrepareWorldAssets ()
void OnVehicleEntered (IEntity vehicle, BaseCompartmentManagerComponent manager, int mgrID, int slotID)
void OnTaskAssigned (SCR_Task task, SCR_TaskExecutor executor, int requesterID)
void OnTaskUnassigned (SCR_Task task, SCR_TaskExecutor executor, int requesterID)
void OnPlayerSpawned ()
void PlayLoudspeaker ()
void MoveCopilotIntoHelicopter ()
bool GetIsFinished ()
void ~SCR_TutorialStageHub ()

Protected Attributes

const int INSTRUCTOR_MAXIMUM_DISTANCE_LONG = 75
const int INSTRUCTOR_MAXIMUM_DISTANCE_SHORT = 10
ref array< SCR_TutorialInstructorComponent > m_aInstructors
SCR_Waypoint m_VehicleWP

Detailed Description

Definition at line 7 of file SCR_TutorialStageHub.c.

Constructor & Destructor Documentation

◆ ~SCR_TutorialStageHub()

void SCR_TutorialStageHub::~SCR_TutorialStageHub ( )
inlineprotected

Definition at line 295 of file SCR_TutorialStageHub.c.

Member Function Documentation

◆ GetIsFinished()

bool SCR_TutorialStageHub::GetIsFinished ( )
inlineprotected

Definition at line 281 of file SCR_TutorialStageHub.c.

◆ MoveCopilotIntoHelicopter()

void SCR_TutorialStageHub::MoveCopilotIntoHelicopter ( )
inlineprotected

Definition at line 269 of file SCR_TutorialStageHub.c.

◆ OnPlayerSpawned()

void SCR_TutorialStageHub::OnPlayerSpawned ( )
inlineprotected

Definition at line 160 of file SCR_TutorialStageHub.c.

◆ OnTaskAssigned()

void SCR_TutorialStageHub::OnTaskAssigned ( SCR_Task task,
SCR_TaskExecutor executor,
int requesterID )
inlineprotected

Definition at line 105 of file SCR_TutorialStageHub.c.

◆ OnTaskUnassigned()

void SCR_TutorialStageHub::OnTaskUnassigned ( SCR_Task task,
SCR_TaskExecutor executor,
int requesterID )
inlineprotected

Definition at line 134 of file SCR_TutorialStageHub.c.

◆ OnVehicleEntered()

void SCR_TutorialStageHub::OnVehicleEntered ( IEntity vehicle,
BaseCompartmentManagerComponent manager,
int mgrID,
int slotID )
inlineprotected

Definition at line 98 of file SCR_TutorialStageHub.c.

◆ PlayLoudspeaker()

void SCR_TutorialStageHub::PlayLoudspeaker ( )
inlineprotected

Definition at line 253 of file SCR_TutorialStageHub.c.

◆ PrepareWorldAssets()

void SCR_TutorialStageHub::PrepareWorldAssets ( )
inlineprotected

Definition at line 31 of file SCR_TutorialStageHub.c.

◆ Setup()

void SCR_TutorialStageHub::Setup ( )
inlineprotected

Definition at line 16 of file SCR_TutorialStageHub.c.

Member Data Documentation

◆ INSTRUCTOR_MAXIMUM_DISTANCE_LONG

const int SCR_TutorialStageHub::INSTRUCTOR_MAXIMUM_DISTANCE_LONG = 75
protected

Definition at line 9 of file SCR_TutorialStageHub.c.

◆ INSTRUCTOR_MAXIMUM_DISTANCE_SHORT

const int SCR_TutorialStageHub::INSTRUCTOR_MAXIMUM_DISTANCE_SHORT = 10
protected

Definition at line 10 of file SCR_TutorialStageHub.c.

◆ m_aInstructors

ref array<SCR_TutorialInstructorComponent> SCR_TutorialStageHub::m_aInstructors
protected

Definition at line 12 of file SCR_TutorialStageHub.c.

◆ m_VehicleWP

SCR_Waypoint SCR_TutorialStageHub::m_VehicleWP
protected

Definition at line 13 of file SCR_TutorialStageHub.c.


The documentation for this class was generated from the following file: