|
Arma Reforger Script API
|
Public Member Functions | |
| void | ConfirmButton () |
| void | CloseDialog () |
| override void | OnMenuOpen () |
Public Member Functions inherited from ChimeraMenuBase | |
| override void | OnMenuInit () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuOpened () |
| override void | OnMenuClose () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
Public Attributes | |
| ButtonWidget | ConfirmButton |
Public Attributes inherited from ChimeraMenuBase | |
| ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
| ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Additional Inherited Members | |
Static Public Member Functions inherited from ChimeraMenuBase | |
| static ChimeraMenuBase | CurrentChimeraMenu () |
| static ChimeraMenuBase | GetOwnerMenu (Widget w) |
| Returns parent menu of a widget. | |
Protected Attributes inherited from ChimeraMenuBase | |
| bool | m_bTextEditActive = false |
Static Protected Attributes inherited from ChimeraMenuBase | |
| const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
| static ChimeraMenuBase | m_ThisMenu |
| void BetaWarningDialogUI.CloseDialog | ( | ) |
| void BetaWarningDialogUI.ConfirmButton | ( | ) |
| override void BetaWarningDialogUI.OnMenuOpen | ( | ) |
Implements ChimeraMenuBase.
| ButtonWidget BetaWarningDialogUI.ConfirmButton |