Arma Reforger Script API
|
The super menu class for WORKSHOP content browser. More...
Public Member Functions | |
override void | OnMenuOpen () |
override void | OnMenuClose () |
override void | OnMenuUpdate (float tDelta) |
SCR_SubMenuBase | GetOpenedSubMenu () |
void | OpenModManager () |
Public Member Functions inherited from SCR_SuperMenuBase | |
override void | OnMenuOpen () |
override void | OnMenuShow () |
override void | OnMenuHide () |
override void | OnMenuUpdate (float tDelta) |
override void | OnMenuClose () |
override void | OnMenuFocusGained () |
override void | OnMenuFocusLost () |
SCR_SuperMenuComponent | GetSuperMenu () |
Public Member Functions inherited from MenuRootBase | |
ScriptInvoker | GetOnMenuFocusGained () |
ScriptInvoker | GetOnMenuFocusLost () |
ScriptInvoker | GetOnMenuShow () |
ScriptInvoker | GetOnMenuHide () |
ScriptInvoker | GetOnMenuItem () |
ScriptInvoker | GetOnMenuUpdate () |
ScriptInvoker | GetOnMenuOpen () |
ScriptInvoker | GetOnMenuInit () |
ScriptInvoker | GetOnMenuClose () |
void | OnMenuClosed () |
void | InitChat () |
void | ShowChat () |
MenuRootComponent | GetRootComponent () |
SCR_DynamicFooterComponent | GetFooterComponent () |
override void | OnMenuFocusGained () |
override void | OnMenuFocusLost () |
override void | OnMenuShow () |
override void | OnMenuHide () |
override void | OnMenuItem (string menuItemName, bool changed, bool finished) |
override void | OnMenuUpdate (float tDelta) |
override void | OnMenuOpen () |
override void | OnMenuInit () |
override void | OnMenuClose () |
Public Member Functions inherited from ChimeraMenuBase | |
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 ContentBrowserUI | Create () |
Static Public Member Functions inherited from ChimeraMenuBase | |
static ChimeraMenuBase | CurrentChimeraMenu () |
static ChimeraMenuBase | GetOwnerMenu (Widget w) |
Returns parent menu of a widget. | |
Public Attributes | |
float | m_fTimerLowFreqUpdate |
Public Attributes inherited from ChimeraMenuBase | |
ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Static Public Attributes | |
static const float | SMALL_DOWNLOAD_THRESHOLD = 50 * 1024 * 1024 |
Protected Member Functions | |
void | LowFreqUpdate () |
Update non important UI elements. | |
Protected Attributes | |
SCR_InputButtonComponent | m_NavBack |
Protected Attributes inherited from SCR_SuperMenuBase | |
SCR_SuperMenuComponent | m_SuperMenuComponent |
Protected Attributes inherited from MenuRootBase | |
MenuRootComponent | m_MenuRootComponent |
ref ScriptInvoker | m_EventOnMenuFocusGained |
ref ScriptInvoker | m_EventOnMenuFocusLost |
ref ScriptInvoker | m_EventOnMenuShow |
ref ScriptInvoker | m_EventOnMenuHide |
ref ScriptInvoker | m_EventOnMenuItem |
ref ScriptInvoker | m_EventOnMenuUpdate |
ref ScriptInvoker | m_EventOnMenuOpen |
ref ScriptInvoker | m_EventOnMenuInit |
ref ScriptInvoker | m_EventOnMenuClose |
SCR_ChatPanel | m_ChatPanel |
SCR_DynamicFooterComponent | m_DynamicFooter |
Protected Attributes inherited from ChimeraMenuBase | |
bool | m_bTextEditActive = false |
Additional Inherited Members | |
Static Protected Attributes inherited from ChimeraMenuBase | |
const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
static ChimeraMenuBase | m_ThisMenu |
The super menu class for WORKSHOP content browser.
|
static |
SCR_SubMenuBase ContentBrowserUI.GetOpenedSubMenu | ( | ) |
|
protected |
Update non important UI elements.
override void ContentBrowserUI.OnMenuClose | ( | ) |
Implements SCR_SuperMenuBase.
override void ContentBrowserUI.OnMenuOpen | ( | ) |
Implements SCR_SuperMenuBase.
override void ContentBrowserUI.OnMenuUpdate | ( | float | tDelta | ) |
Implements SCR_SuperMenuBase.
void ContentBrowserUI.OpenModManager | ( | ) |
float ContentBrowserUI.m_fTimerLowFreqUpdate |
|
protected |
|
static |