![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_MissionMetaData |
Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuOpened () |
| override void | OnMenuFocusLost () |
| override void | OnMenuFocusGained () |
| void | LoadTutorial (SCR_MainMenuConfiguration menuConfig, notnull Widget root, bool isContentDisabled=false) |
| void | LoadMenuTiles (SCR_MainMenuConfiguration menuConfig, notnull Widget root, bool isContentDisabled=false) |
| void | CreateTile (ResourceName mission, notnull Widget root, bool isRecommended=false, bool isContentDisabled=false, bool isTutorialNeeded=false) |
| void | PrepareTiles (bool isContentDisabled=false) |
| void | HandleEntry (string tileName, bool isContentDisabled) |
| void | OnBack () |
| void | OnCredits () |
| void | OnTileClick (notnull SCR_MenuTileComponent comp) |
| void | OnTileOpenMenu () |
| void | OnPlayTutorial () |
| bool | IsShowingTutorial (SCR_MenuTileComponent comp) |
| void | OnTileFocus (SCR_MenuTileComponent comp) |
| void | OnButtonSelect () |
| void | OnServicesStatus () |
| void | OnFeedback () |
| void | OnLogoClicked () |
| void | RestoreFocus () |
| void | CheckServicesStatusIfFocused () |
| Check Services Status only if the main menu is still focused (given the check is delayed by SERVICES_STATUS_CHECK_DELAY). | |
| override void | OnMenuClose () |
Variables | |
| class SCR_MissionMetaData | TILES_LAYOUT = "{2D4191089E061C18}UI/layouts/Menus/PlayMenu/MainMenuTile_Vertical.layout" |
| const ResourceName | CONFIG = "{6DDC861718434B94}Configs/ContentBrowser/MainMenu/MainMenuEntries.conf" |
| const string | SCENARIO_LIST_WIDGET_NAME = "ScenariosHorizontalLayoutDeep" |
| SCR_MenuTileComponent | m_FocusedTile |
| DialogUI | m_BannedDetectionDialog |
| ref array< string > | m_aBannedItems = {} |
| ref array< ref Widget > | m_aTiles = {} |
| bool | m_bFirstLoad |
| bool | m_bCanShowTutorial |
| MissionWorkshopItem | m_TutorialMission |
| ref SCR_ScriptPlatformRequestCallback | m_CallbackGetPrivilege |
|
protected |
Check Services Status only if the main menu is still focused (given the check is delayed by SERVICES_STATUS_CHECK_DELAY).
Definition at line 705 of file MainMenuUI.c.
|
protected |
| [in] | mission | resource name of mission |
| [in] | root | related widget |
| [in] | isRecommended | |
| [in] | isContentDisabled | when true data is not loaded yet, content inaccessible |
Definition at line 268 of file MainMenuUI.c.
Definition at line 446 of file MainMenuUI.c.
|
protected |
Definition at line 521 of file MainMenuUI.c.
|
protected |
Definition at line 236 of file MainMenuUI.c.
|
protected |
Definition at line 207 of file MainMenuUI.c.
|
protected |
Definition at line 459 of file MainMenuUI.c.
|
protected |
Definition at line 562 of file MainMenuUI.c.
|
protected |
Definition at line 468 of file MainMenuUI.c.
|
protected |
Definition at line 582 of file MainMenuUI.c.
|
protected |
Definition at line 591 of file MainMenuUI.c.
|
protected |
Definition at line 714 of file MainMenuUI.c.
|
protected |
Definition at line 193 of file MainMenuUI.c.
|
protected |
Definition at line 185 of file MainMenuUI.c.
|
protected |
Definition at line 49 of file MainMenuUI.c.
|
protected |
Definition at line 148 of file MainMenuUI.c.
|
protected |
Definition at line 514 of file MainMenuUI.c.
|
protected |
Definition at line 573 of file MainMenuUI.c.
|
protected |
Definition at line 474 of file MainMenuUI.c.
|
protected |
Definition at line 553 of file MainMenuUI.c.
|
protected |
Definition at line 486 of file MainMenuUI.c.
|
protected |
| [in] | isContentDisabled | when true data is not loaded yet, content inaccessible |
Definition at line 295 of file MainMenuUI.c.
|
protected |
|
protected |
Definition at line 26 of file MainMenuUI.c.
|
protected |
Definition at line 33 of file MainMenuUI.c.
|
protected |
Definition at line 36 of file MainMenuUI.c.
|
protected |
Definition at line 31 of file MainMenuUI.c.
|
protected |
Definition at line 42 of file MainMenuUI.c.
|
protected |
Definition at line 40 of file MainMenuUI.c.
|
protected |
Definition at line 46 of file MainMenuUI.c.
|
protected |
Definition at line 30 of file MainMenuUI.c.
|
protected |
Definition at line 43 of file MainMenuUI.c.
|
protected |
Definition at line 28 of file MainMenuUI.c.
| class SCR_MissionMetaData TILES_LAYOUT = "{2D4191089E061C18}UI/layouts/Menus/PlayMenu/MainMenuTile_Vertical.layout" |