Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
ContentBrowserUI Interface Reference

The super menu class for WORKSHOP content browser. More...

Inheritance diagram for ContentBrowserUI:
[legend]

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
 

Detailed Description

The super menu class for WORKSHOP content browser.

Member Function Documentation

◆ Create()

static ContentBrowserUI ContentBrowserUI.Create ( )
static

◆ GetOpenedSubMenu()

SCR_SubMenuBase ContentBrowserUI.GetOpenedSubMenu ( )

◆ LowFreqUpdate()

void ContentBrowserUI.LowFreqUpdate ( )
protected

Update non important UI elements.

◆ OnMenuClose()

override void ContentBrowserUI.OnMenuClose ( )

Implements SCR_SuperMenuBase.

◆ OnMenuOpen()

override void ContentBrowserUI.OnMenuOpen ( )

Implements SCR_SuperMenuBase.

◆ OnMenuUpdate()

override void ContentBrowserUI.OnMenuUpdate ( float  tDelta)

Implements SCR_SuperMenuBase.

◆ OpenModManager()

void ContentBrowserUI.OpenModManager ( )

Member Data Documentation

◆ m_fTimerLowFreqUpdate

float ContentBrowserUI.m_fTimerLowFreqUpdate

◆ m_NavBack

SCR_InputButtonComponent ContentBrowserUI.m_NavBack
protected

◆ SMALL_DOWNLOAD_THRESHOLD

const float ContentBrowserUI.SMALL_DOWNLOAD_THRESHOLD = 50 * 1024 * 1024
static

The documentation for this interface was generated from the following file: