Arma Reforger Script API
|
Public Member Functions | |
override void | OnCourseStart () |
Called from SCR_TutorialGamemodeComponent on Start of respective course. | |
override void | OnCourseEnd () |
Called from SCR_TutorialGamemodeComponent on End of respective course. | |
void | CheckForNavigationItems () |
void | OnCourseStart () |
Called from SCR_TutorialGamemodeComponent on Start of respective course. | |
void | OnCourseEnd () |
Called from SCR_TutorialGamemodeComponent on End of respective course. | |
Public Attributes | |
bool | m_bMarkerCreated |
ResourceName | m_sCompassResourceName = "{61D4F80E49BF9B12}Prefabs/Items/Equipment/Compass/Compass_SY183.et" |
ResourceName | m_sMapResourceName = "{13772C903CB5E4F7}Prefabs/Items/Equipment/Maps/PaperMap_01_folded.et" |
SCR_TutorialGamemodeComponent | m_TutorialComponent |
void SCR_TutorialLogic_Navigation.CheckForNavigationItems | ( | ) |
override void SCR_TutorialLogic_Navigation.OnCourseEnd | ( | ) |
Called from SCR_TutorialGamemodeComponent on End of respective course.
Implements SCR_BaseTutorialCourseLogic.
override void SCR_TutorialLogic_Navigation.OnCourseStart | ( | ) |
Called from SCR_TutorialGamemodeComponent on Start of respective course.
Implements SCR_BaseTutorialCourseLogic.
bool SCR_TutorialLogic_Navigation.m_bMarkerCreated |
ResourceName SCR_TutorialLogic_Navigation.m_sCompassResourceName = "{61D4F80E49BF9B12}Prefabs/Items/Equipment/Compass/Compass_SY183.et" |
ResourceName SCR_TutorialLogic_Navigation.m_sMapResourceName = "{13772C903CB5E4F7}Prefabs/Items/Equipment/Maps/PaperMap_01_folded.et" |
SCR_TutorialGamemodeComponent SCR_TutorialLogic_Navigation.m_TutorialComponent |