Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_TutorialInstructorComponent Interface Reference
Inheritance diagram for SCR_TutorialInstructorComponent:
[legend]

Public Member Functions

bool IsEnabled ()
 
void EnableCourse (bool enable)
 
SCR_ETutorialCourses GetCourseType ()
 
string GetAssignedCourseName ()
 
override void EOnInit (IEntity owner)
 
override void OnPostInit (IEntity owner)
 
void ~SCR_TutorialInstructorComponent ()
 

Protected Attributes

SCR_ETutorialCourses m_eStageConfig
 
SCR_TutorialGamemodeComponent m_TutorialComponent
 
bool m_bIsEnabled = true
 

Constructor & Destructor Documentation

◆ ~SCR_TutorialInstructorComponent()

void SCR_TutorialInstructorComponent.~SCR_TutorialInstructorComponent ( )

Member Function Documentation

◆ EnableCourse()

void SCR_TutorialInstructorComponent.EnableCourse ( bool  enable)

◆ EOnInit()

override void SCR_TutorialInstructorComponent.EOnInit ( IEntity  owner)

◆ GetAssignedCourseName()

string SCR_TutorialInstructorComponent.GetAssignedCourseName ( )

◆ GetCourseType()

SCR_ETutorialCourses SCR_TutorialInstructorComponent.GetCourseType ( )

◆ IsEnabled()

bool SCR_TutorialInstructorComponent.IsEnabled ( )

◆ OnPostInit()

override void SCR_TutorialInstructorComponent.OnPostInit ( IEntity  owner)

Member Data Documentation

◆ m_bIsEnabled

bool SCR_TutorialInstructorComponent.m_bIsEnabled = true
protected

◆ m_eStageConfig

SCR_ETutorialCourses SCR_TutorialInstructorComponent.m_eStageConfig
protected

◆ m_TutorialComponent

SCR_TutorialGamemodeComponent SCR_TutorialInstructorComponent.m_TutorialComponent
protected

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