Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_GMMenuEntry |
Functions | |
override void | OnMenuOpen () |
protected override void | OnMenuFocusGained () |
protected void | PrepareHeaders () |
MissionWorkshopItem | GetMission (ResourceName rsc) |
protected bool | IsUnique (MissionWorkshopItem item, array< ref SCR_GMMenuEntry > entries) |
protected void | PrepareWidgets () |
protected void | OnBack () |
protected void | OnPlay (SCR_GMMenuTileComponent tile) |
protected void | OnContinue (SCR_GMMenuTileComponent tile) |
protected void | OnRestart (SCR_GMMenuTileComponent tile) |
protected void | OnRestartConfirmed () |
protected void | OnTileFocused (SCR_GMMenuTileComponent tile) |
void | TryPlayScenario (MissionWorkshopItem scenario) |
protected void | PlayCurrentScenario () |
protected void | FindCurrentScenarioServers () |
protected void | OnPlayMission () |
protected void | OnFindServer (SCR_GMMenuTileComponent tile) |
Variables | |
SCR_GMMenuEntry | m_sLayout = "{02155A85F2DC521F}UI/layouts/Menus/GMMenu/GMMenuTile.layout" |
protected ResourceName | m_sConfig = "{CA59D3A983A1BBAB}Configs/GMMenu/GMMenuEntries.conf" |
protected SCR_GalleryComponent | m_Gallery |
protected WorkshopApi | m_WorkshopAPI |
protected SCR_GMMenuTileComponent | m_CurrentTile |
protected Widget | m_wRoot |
protected ref array< ref SCR_GMMenuEntry > | m_aEntries = {} |
const int | THRESHOLD_RECENTLY_PLAYED = 60 * 60 * 24 * 7 |
protected void FindCurrentScenarioServers | ( | ) |
Definition at line 212 of file SCR_GMMenu.c.
MissionWorkshopItem GetMission | ( | ResourceName | rsc | ) |
Definition at line 95 of file SCR_GMMenu.c.
protected bool IsUnique | ( | MissionWorkshopItem | item, |
array< ref SCR_GMMenuEntry > | entries | ||
) |
Definition at line 101 of file SCR_GMMenu.c.
protected void OnBack | ( | ) |
Definition at line 144 of file SCR_GMMenu.c.
protected void OnContinue | ( | SCR_GMMenuTileComponent | tile | ) |
Definition at line 159 of file SCR_GMMenu.c.
protected void OnFindServer | ( | SCR_GMMenuTileComponent | tile | ) |
Definition at line 233 of file SCR_GMMenu.c.
protected override void OnMenuFocusGained | ( | ) |
Definition at line 59 of file SCR_GMMenu.c.
override void OnMenuOpen | ( | ) |
Definition at line 40 of file SCR_GMMenu.c.
protected void OnPlay | ( | SCR_GMMenuTileComponent | tile | ) |
Definition at line 150 of file SCR_GMMenu.c.
protected void OnPlayMission | ( | ) |
Definition at line 222 of file SCR_GMMenu.c.
protected void OnRestart | ( | SCR_GMMenuTileComponent | tile | ) |
Definition at line 173 of file SCR_GMMenu.c.
protected void OnRestartConfirmed | ( | ) |
Definition at line 182 of file SCR_GMMenu.c.
protected void OnTileFocused | ( | SCR_GMMenuTileComponent | tile | ) |
Definition at line 191 of file SCR_GMMenu.c.
protected void PlayCurrentScenario | ( | ) |
Definition at line 206 of file SCR_GMMenu.c.
protected void PrepareHeaders | ( | ) |
Definition at line 68 of file SCR_GMMenu.c.
protected void PrepareWidgets | ( | ) |
Definition at line 119 of file SCR_GMMenu.c.
void TryPlayScenario | ( | MissionWorkshopItem | scenario | ) |
Definition at line 197 of file SCR_GMMenu.c.
protected ref array<ref SCR_GMMenuEntry> m_aEntries = {} |
Definition at line 35 of file SCR_GMMenu.c.
protected SCR_GMMenuTileComponent m_CurrentTile |
Definition at line 33 of file SCR_GMMenu.c.
protected SCR_GalleryComponent m_Gallery |
Definition at line 31 of file SCR_GMMenu.c.
protected ResourceName m_sConfig = "{CA59D3A983A1BBAB}Configs/GMMenu/GMMenuEntries.conf" |
Definition at line 30 of file SCR_GMMenu.c.
SCR_GMMenuEntry m_sLayout = "{02155A85F2DC521F}UI/layouts/Menus/GMMenu/GMMenuTile.layout" |
protected WorkshopApi m_WorkshopAPI |
Definition at line 32 of file SCR_GMMenu.c.
protected Widget m_wRoot |
Definition at line 34 of file SCR_GMMenu.c.
const int THRESHOLD_RECENTLY_PLAYED = 60 * 60 * 24 * 7 |
Definition at line 37 of file SCR_GMMenu.c.