|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnMenuOpen () |
Public Member Functions inherited from SCR_SuperMenuBase | |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuClose () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| SCR_SuperMenuComponent | GetSuperMenu () |
Public Member Functions inherited from MenuRootBase | |
| ScriptInvoker | GetOnMenuFocusGained () |
| ScriptInvoker | GetOnMenuFocusLost () |
| ScriptInvoker | GetOnMenuShow () |
| ScriptInvoker | GetOnMenuHide () |
| ScriptInvoker | GetOnMenuItem () |
| ScriptInvoker | GetOnMenuUpdate () |
| ScriptInvoker | GetOnMenuOpen () |
| ScriptInvoker | GetOnMenuInit () |
| ScriptInvoker | GetOnMenuClose () |
| void | OnMenuClosed () |
| void | InitChat () |
| void | ShowChat () |
| MenuRootComponent | GetRootComponent () |
| SCR_DynamicFooterComponent | GetFooterComponent () |
| override void | OnMenuItem (string menuItemName, bool changed, bool finished) |
| override void | OnMenuInit () |
Public Member Functions inherited from ChimeraMenuBase | |
| override void | OnMenuOpened () |
Static Protected Attributes | |
| const float | SMOOTH_BORDER = 0.8 |
Static Protected Attributes inherited from ChimeraMenuBase | |
| const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
| static ChimeraMenuBase | m_ThisMenu |
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 |
Protected Attributes inherited from SCR_SuperMenuBase | |
| SCR_SuperMenuComponent | m_SuperMenuComponent |
Protected Attributes inherited from MenuRootBase | |
| MenuRootComponent | m_MenuRootComponent |
| ref ScriptInvoker | m_EventOnMenuFocusGained |
| ref ScriptInvoker | m_EventOnMenuFocusLost |
| ref ScriptInvoker | m_EventOnMenuShow |
| ref ScriptInvoker | m_EventOnMenuHide |
| ref ScriptInvoker | m_EventOnMenuItem |
| ref ScriptInvoker | m_EventOnMenuUpdate |
| ref ScriptInvoker | m_EventOnMenuOpen |
| ref ScriptInvoker | m_EventOnMenuInit |
| ref ScriptInvoker | m_EventOnMenuClose |
| SCR_ChatPanel | m_ChatPanel |
| SCR_DynamicFooterComponent | m_DynamicFooter |
Protected Attributes inherited from ChimeraMenuBase | |
| bool | m_bTextEditActive = false |
| override void SCR_CareerProfileMenuUI.OnMenuOpen | ( | ) |
Implements SCR_SuperMenuBase.
|
staticprotected |