|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnMenuOpen () |
| 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 () |
Protected Attributes | |
| 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 |
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 |
| SCR_SuperMenuComponent SCR_SuperMenuBase.GetSuperMenu | ( | ) |
| override void SCR_SuperMenuBase.OnMenuClose | ( | ) |
Implements MenuRootBase.
Implemented in ContentBrowserUI, SCR_GroupMenu, and SCR_PlayerListMenu.
| override void SCR_SuperMenuBase.OnMenuFocusGained | ( | ) |
Implements MenuRootBase.
Implemented in SCR_PlayerListMenu.
| override void SCR_SuperMenuBase.OnMenuFocusLost | ( | ) |
Implements MenuRootBase.
Implemented in SCR_PlayerListMenu.
| override void SCR_SuperMenuBase.OnMenuHide | ( | ) |
Implements MenuRootBase.
Implemented in ContentBrowserUI, SCR_ScenarioMenu, and SCR_SettingsSuperMenu.
| override void SCR_SuperMenuBase.OnMenuOpen | ( | ) |
Implements MenuRootBase.
Implemented in ContentBrowserDetailsMenu, ContentBrowserUI, SCR_CampaignMenuUI, SCR_CareerProfileMenuUI, SCR_GroupMenu, SCR_PlayerListMenu, SCR_ProfileSuperMenu, SCR_ScenarioMenu, and SCR_SettingsSuperMenu.
| override void SCR_SuperMenuBase.OnMenuShow | ( | ) |
Implements MenuRootBase.
Implemented in ContentBrowserUI, SCR_GroupMenu, SCR_ProfileSuperMenu, SCR_ScenarioMenu, and SCR_SettingsSuperMenu.
| override void SCR_SuperMenuBase.OnMenuUpdate | ( | float | tDelta | ) |
Implements MenuRootBase.
Implemented in ContentBrowserUI, and SCR_PlayerListMenu.
|
protected |