|
Arma Reforger Script API
|
Tutorial fast travel map menu. More...
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 |
Tutorial fast travel map menu.
|
protected |
|
protected |
| void SCR_TutorialFastTravelMapMenuUI.OnMapOpen | ( | MapConfiguration | config | ) |
| override void SCR_TutorialFastTravelMapMenuUI.OnMenuClose | ( | ) |
Implements ChimeraMenuBase.
| override void SCR_TutorialFastTravelMapMenuUI.OnMenuInit | ( | ) |
Implements ChimeraMenuBase.
| override void SCR_TutorialFastTravelMapMenuUI.OnMenuOpen | ( | ) |
Implements ChimeraMenuBase.
| void SCR_TutorialFastTravelMapMenuUI.OnSpinboxChanged | ( | ) |
| void SCR_TutorialFastTravelMapMenuUI.OnTaskClick | ( | SCR_Task | task | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |