|
Arma Reforger Script API
|
Constant variables used in various menus. More...
Public Member Functions | |
| override void | OnMenuInit () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuOpen () |
| override void | OnMenuOpened () |
| override void | OnMenuClose () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
Static Public Member Functions | |
| static ChimeraMenuBase | CurrentChimeraMenu () |
| static ChimeraMenuBase | GetOwnerMenu (Widget w) |
| Returns parent menu of a widget. | |
Public Attributes | |
| ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
| ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Protected Attributes | |
| bool | m_bTextEditActive = false |
Static Protected Attributes | |
| const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
| static ChimeraMenuBase | m_ThisMenu |
Constant variables used in various menus.
|
static |
|
static |
Returns parent menu of a widget.
| override void ChimeraMenuBase.OnMenuClose | ( | ) |
Implemented in CareerMenuUI, ContentBrowserUI, DialogUI, EditorAttributesDialogUI, EditorBrowserDialogUI, EditorMenuUI, GameOverScreenInput, GroupSettingsDialogUI, MainMenuUI, MenuRootBase, PauseMenuUI, SCR_CommandPostMapMenuUI, SCR_ConfigurableDialogUiProxy, SCR_ContentBrowser_GalleryDialog, SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_FieldManualUI, SCR_GamepadRemovalUI, SCR_GroupMenu, SCR_LoadingOverlayDialog, SCR_MapMenuUI, SCR_PlayerListMenu, SCR_PlayMenu, SCR_RoleSelectionMenu, SCR_SuperMenuBase, SCR_TutorialFastTravelMapMenuUI, SCR_WelcomeScreenMenu, and ServerBrowserMenuUI.
| override void ChimeraMenuBase.OnMenuFocusGained | ( | ) |
| override void ChimeraMenuBase.OnMenuFocusLost | ( | ) |
| override void ChimeraMenuBase.OnMenuHide | ( | ) |
| override void ChimeraMenuBase.OnMenuInit | ( | ) |
Implemented in DialogUI, EditorMenuUI, MenuRootBase, SCR_MapMenuUI, and SCR_TutorialFastTravelMapMenuUI.
| override void ChimeraMenuBase.OnMenuOpen | ( | ) |
Implemented in BetaWarningDialogUI, CareerMenuUI, ContentBrowserDetailsMenu, ContentBrowserUI, CreateGroupSettingsDialogUI, DialogUI, EditorAttributesDialogUI, EditorBrowserDialogUI, ErrorDialogUI, GameOverScreenInput, GroupSettingsDialogUI, MainMenuUI, MenuRootBase, PauseMenuUI, ReportDialogUI, SCR_AddonExportDialog, SCR_CampaignMenuUI, SCR_CareerProfileMenuUI, SCR_CommandPostMapMenuUI, SCR_ContentBrowser_GalleryDialog, SCR_Credits, SCR_CreditsLicenses, SCR_DebriefingScreenMenu, SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_FieldManualUI, SCR_GamepadRemovalUI, SCR_GMMenu, SCR_GroupFlagSelectionMenu, SCR_GroupMenu, SCR_InventoryMenuUI, SCR_LoadingOverlayDialog, SCR_MapMenuUI, SCR_PlayerListMenu, SCR_PlayMenu, SCR_PrivacyPolicy, SCR_ProfileSuperMenu, SCR_RoleSelectionMenu, SCR_ScenarioMenu, SCR_SettingsSuperMenu, SCR_SuperMenuBase, SCR_TutorialFastTravelMapMenuUI, SCR_WelcomeScreenMenu, ServerBrowserMenuUI, WelcomeDialogUI, and WidgetLibraryMenuUI.
| override void ChimeraMenuBase.OnMenuOpened | ( | ) |
Implemented in MainMenuUI, SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_RoleSelectionMenu, SCR_WelcomeScreenMenu, and ServerBrowserMenuUI.
| override void ChimeraMenuBase.OnMenuShow | ( | ) |
| override void ChimeraMenuBase.OnMenuUpdate | ( | float | tDelta | ) |
Implemented in CareerMenuUI, ContentBrowserUI, CreateGroupSettingsDialogUI, DialogUI, GameOverScreenInput, GroupSettingsDialogUI, MenuRootBase, ReportDialogUI, SCR_ConfigurableDialogUiProxy, SCR_DeployMenuMain, SCR_GroupFlagSelectionMenu, SCR_InventoryMenuUI, SCR_MapMenuUI, SCR_PlayerListMenu, SCR_RoleSelectionMenu, SCR_SuperMenuBase, SCR_WelcomeScreenMenu, ServerBrowserMenuUI, and WelcomeDialogUI.
|
staticprotected |
|
protected |
| ref ScriptInvoker ChimeraMenuBase.m_OnTextEditContextChange = new ScriptInvoker |
| ref ScriptInvoker ChimeraMenuBase.m_OnUpdate = new ScriptInvoker |
|
staticprotected |