Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | EWorkshopTabId { ONLINE = 0, OFFLINE, MOD_MANAGER } |
Functions | |
override void | OnMenuOpen () |
override void | OnMenuClose () |
override void | OnMenuUpdate (float tDelta) |
protected void | LowFreqUpdate () |
Update non important UI elements. More... | |
SCR_SubMenuBase | GetOpenedSubMenu () |
void | OpenModManager () |
Variables | |
enum EWorkshopTabId | m_NavBack |
The super menu class for WORKSHOP content browser. More... | |
float | m_fTimerLowFreqUpdate |
enum EWorkshopTabId |
Enumerator | |
---|---|
ONLINE | |
OFFLINE | |
MOD_MANAGER |
Definition at line 1 of file ContentBrowserUI.c.
SCR_SubMenuBase GetOpenedSubMenu | ( | ) |
Definition at line 135 of file ContentBrowserUI.c.
protected void LowFreqUpdate | ( | ) |
Update non important UI elements.
Definition at line 74 of file ContentBrowserUI.c.
override void OnMenuClose | ( | ) |
Definition at line 44 of file ContentBrowserUI.c.
override void OnMenuOpen | ( | ) |
Definition at line 33 of file ContentBrowserUI.c.
override void OnMenuUpdate | ( | float | tDelta | ) |
Definition at line 60 of file ContentBrowserUI.c.
void OpenModManager | ( | ) |
Definition at line 141 of file ContentBrowserUI.c.
float m_fTimerLowFreqUpdate |
Definition at line 14 of file ContentBrowserUI.c.
enum EWorkshopTabId m_NavBack |
The super menu class for WORKSHOP content browser.