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 EditorAttributesDialogUI, EditorBrowserDialogUI, EditorMenuUI, SCR_MapMenuUI, GameOverScreenInput, SCR_GroupMenu, SCR_PlayerListMenu, CareerMenuUI, SCR_LoadingOverlayDialog, SCR_ContentBrowser_GalleryDialog, ContentBrowserUI, SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_RoleSelectionMenu, SCR_WelcomeScreenMenu, SCR_GamepadRemovalUI, DialogUI, SCR_FieldManualUI, GroupSettingsDialogUI, MenuRootBase, SCR_PlayMenu, SCR_ConfigurableDialogUiProxy, PauseMenuUI, ServerBrowserMenuUI, SCR_SuperMenuBase, and SCR_TutorialFastTravelMapMenuUI.
override void ChimeraMenuBase.OnMenuFocusGained | ( | ) |
override void ChimeraMenuBase.OnMenuFocusLost | ( | ) |
override void ChimeraMenuBase.OnMenuHide | ( | ) |
Implemented in SCR_DeployMenuBase, SCR_DeployMenuMain, MenuRootBase, SCR_ConfigurableDialogUiProxy, PauseMenuUI, and SCR_SuperMenuBase.
override void ChimeraMenuBase.OnMenuInit | ( | ) |
Implemented in EditorMenuUI, SCR_MapMenuUI, DialogUI, MenuRootBase, and SCR_TutorialFastTravelMapMenuUI.
override void ChimeraMenuBase.OnMenuOpen | ( | ) |
Implemented in SCR_Credits, SCR_CreditsLicenses, EditorAttributesDialogUI, EditorBrowserDialogUI, SCR_GroupFlagSelectionMenu, SCR_MapMenuUI, SCR_PickAssigneeDialog, SCR_ProfileSuperMenu, GameOverScreenInput, SCR_GroupMenu, SCR_PlayerListMenu, SCR_InventoryMenuUI, BetaWarningDialogUI, CareerMenuUI, SCR_CareerProfileMenuUI, SCR_LoadingOverlayDialog, SCR_AddonExportDialog, ContentBrowserDetailsMenu, SCR_ContentBrowser_GalleryDialog, ContentBrowserUI, SCR_ScenarioMenu, SCR_DebriefingScreenMenu, SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_RoleSelectionMenu, SCR_WelcomeScreenMenu, SCR_GamepadRemovalUI, WelcomeDialogUI, DialogUI, ErrorDialogUI, FeedbackDialogUI, SCR_FieldManualUI, SCR_GMMenu, GroupSettingsDialogUI, MainMenuUI, MenuRootBase, SCR_PlayMenu, ReportDialogUI, PauseMenuUI, ServerBrowserMenuUI, SCR_SettingsSuperMenu, SCR_SuperMenuBase, WidgetLibraryMenuUI, SCR_PrivacyPolicy, and SCR_TutorialFastTravelMapMenuUI.
override void ChimeraMenuBase.OnMenuOpened | ( | ) |
Implemented in SCR_DeployMenuBase, SCR_DeployMenuMain, SCR_RoleSelectionMenu, SCR_WelcomeScreenMenu, MainMenuUI, and ServerBrowserMenuUI.
override void ChimeraMenuBase.OnMenuShow | ( | ) |
override void ChimeraMenuBase.OnMenuUpdate | ( | float | tDelta | ) |
Implemented in SCR_GroupFlagSelectionMenu, SCR_MapMenuUI, GameOverScreenInput, SCR_PlayerListMenu, SCR_InventoryMenuUI, CareerMenuUI, ContentBrowserUI, SCR_DeployMenuMain, SCR_RoleSelectionMenu, SCR_WelcomeScreenMenu, WelcomeDialogUI, DialogUI, FeedbackDialogUI, GroupSettingsDialogUI, MenuRootBase, ReportDialogUI, SCR_ConfigurableDialogUiProxy, ServerBrowserMenuUI, and SCR_SuperMenuBase.
|
staticprotected |
|
protected |
ref ScriptInvoker ChimeraMenuBase.m_OnTextEditContextChange = new ScriptInvoker |
ref ScriptInvoker ChimeraMenuBase.m_OnUpdate = new ScriptInvoker |
|
staticprotected |