![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | EWorkshopTabId { MANW = 0 , ONLINE , GAME_SAVES , OFFLINE , MOD_MANAGER } |
Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuShow () |
| override void | OnMenuClose () |
| override void | OnMenuHide () |
| override void | OnMenuUpdate (float tDelta) |
| void | LowFreqUpdate () |
| Update non important UI elements. | |
| SCR_SubMenuBase | GetOpenedSubMenu () |
| void | OpenModManager () |
Variables | |
| enum EWorkshopTabId | m_NavBack |
| The super menu class for WORKSHOP content browser. | |
| float | m_fTimerLowFreqUpdate |
| enum EWorkshopTabId |
| Enumerator | |
|---|---|
| MANW | |
| ONLINE | |
| GAME_SAVES | |
| OFFLINE | |
| MOD_MANAGER | |
Definition at line 1 of file ContentBrowserUI.c.
|
protected |
Definition at line 127 of file ContentBrowserUI.c.
|
protected |
Update non important UI elements.
Definition at line 97 of file ContentBrowserUI.c.
| override void OnMenuClose | ( | ) |
Definition at line 59 of file ContentBrowserUI.c.
| override void OnMenuHide | ( | ) |
Definition at line 75 of file ContentBrowserUI.c.
| override void OnMenuOpen | ( | ) |
Definition at line 29 of file ContentBrowserUI.c.
| override void OnMenuShow | ( | ) |
Definition at line 51 of file ContentBrowserUI.c.
| override void OnMenuUpdate | ( | float | tDelta | ) |
Definition at line 83 of file ContentBrowserUI.c.
|
protected |
Definition at line 133 of file ContentBrowserUI.c.
| float m_fTimerLowFreqUpdate |
Definition at line 16 of file ContentBrowserUI.c.
| enum EWorkshopTabId m_NavBack |
The super menu class for WORKSHOP content browser.