Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_TutorialFastTravelMapMenuUI Interface Reference

Tutorial fast travel map menu. More...

Inheritance diagram for SCR_TutorialFastTravelMapMenuUI:
ChimeraMenuBase

Public Member Functions

override void OnMenuOpen ()
 
void OnTaskClick (SCR_Task task)
 
void OnSpinboxChanged ()
 
void OnMapOpen (MapConfiguration config)
 
override void OnMenuClose ()
 
override void OnMenuInit ()
 
- Public Member Functions inherited from ChimeraMenuBase
override void OnMenuUpdate (float tDelta)
 
override void OnMenuOpened ()
 
override void OnMenuFocusGained ()
 
override void OnMenuFocusLost ()
 
override void OnMenuShow ()
 
override void OnMenuHide ()
 

Protected Member Functions

SCR_TutorialTaskMapUIComponent GetTaskMapUIComponent (SCR_Task task)
 
void ConfirmSelection ()
 
void SelectTask (SCR_Task task)
 
void SetupSpinbox ()
 

Protected Attributes

SCR_MapEntity m_MapEntity
 
SCR_TutorialFastTravelSpinBox m_SpinboxComp
 
SCR_Task m_SelectedTask
 
- Protected Attributes inherited from ChimeraMenuBase
bool m_bTextEditActive = false
 

Additional Inherited Members

- Static Public Member Functions inherited from ChimeraMenuBase
static ChimeraMenuBase CurrentChimeraMenu ()
 
static ChimeraMenuBase GetOwnerMenu (Widget w)
 Returns parent menu of a widget.
 
- Public Attributes inherited from ChimeraMenuBase
ref ScriptInvoker m_OnTextEditContextChange = new ScriptInvoker
 
ref ScriptInvoker m_OnUpdate = new ScriptInvoker
 
- Static Protected Attributes inherited from ChimeraMenuBase
const string INPUT_CONTEXT_EDIT = "MenuTextEditContext"
 
static ChimeraMenuBase m_ThisMenu
 

Detailed Description

Tutorial fast travel map menu.

Member Function Documentation

◆ ConfirmSelection()

void SCR_TutorialFastTravelMapMenuUI.ConfirmSelection ( )
protected

◆ GetTaskMapUIComponent()

SCR_TutorialTaskMapUIComponent SCR_TutorialFastTravelMapMenuUI.GetTaskMapUIComponent ( SCR_Task task)
protected

◆ OnMapOpen()

void SCR_TutorialFastTravelMapMenuUI.OnMapOpen ( MapConfiguration config)

◆ OnMenuClose()

override void SCR_TutorialFastTravelMapMenuUI.OnMenuClose ( )

Implements ChimeraMenuBase.

◆ OnMenuInit()

override void SCR_TutorialFastTravelMapMenuUI.OnMenuInit ( )

Implements ChimeraMenuBase.

◆ OnMenuOpen()

override void SCR_TutorialFastTravelMapMenuUI.OnMenuOpen ( )

Implements ChimeraMenuBase.

◆ OnSpinboxChanged()

void SCR_TutorialFastTravelMapMenuUI.OnSpinboxChanged ( )

◆ OnTaskClick()

void SCR_TutorialFastTravelMapMenuUI.OnTaskClick ( SCR_Task task)

◆ SelectTask()

void SCR_TutorialFastTravelMapMenuUI.SelectTask ( SCR_Task task)
protected

◆ SetupSpinbox()

void SCR_TutorialFastTravelMapMenuUI.SetupSpinbox ( )
protected

Member Data Documentation

◆ m_MapEntity

SCR_MapEntity SCR_TutorialFastTravelMapMenuUI.m_MapEntity
protected

◆ m_SelectedTask

SCR_Task SCR_TutorialFastTravelMapMenuUI.m_SelectedTask
protected

◆ m_SpinboxComp

SCR_TutorialFastTravelSpinBox SCR_TutorialFastTravelMapMenuUI.m_SpinboxComp
protected

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