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

Class for centralized features that should simplify using menus from script. More...

Static Public Member Functions

static ScriptInvoker GetEventOnAllMenuClosed ()
 
static void CloseAllMenus (array< TypeName > menus)
 Close all menus that are not of selected class.
 

Static Protected Member Functions

static void InvokeEventOnAllMenuClosed ()
 
static void CloseTopMenu (array< TypeName > menus, int calls)
 
static void AllMenuClosed ()
 

Static Protected Attributes

static const int MENU_CLOSE_FALLBACK = 10
 
static MenuManager m_MenuMgr
 
static ref ScriptInvoker Event_OnAllMenuClosed
 

Detailed Description

Class for centralized features that should simplify using menus from script.

Member Function Documentation

◆ AllMenuClosed()

static void SCR_MenuToolsLib.AllMenuClosed ( )
staticprotected

◆ CloseAllMenus()

static void SCR_MenuToolsLib.CloseAllMenus ( array< TypeName >  menus)
static

Close all menus that are not of selected class.

◆ CloseTopMenu()

static void SCR_MenuToolsLib.CloseTopMenu ( array< TypeName >  menus,
int  calls 
)
staticprotected

◆ GetEventOnAllMenuClosed()

static ScriptInvoker SCR_MenuToolsLib.GetEventOnAllMenuClosed ( )
static

◆ InvokeEventOnAllMenuClosed()

static void SCR_MenuToolsLib.InvokeEventOnAllMenuClosed ( )
staticprotected

Member Data Documentation

◆ Event_OnAllMenuClosed

ref ScriptInvoker SCR_MenuToolsLib.Event_OnAllMenuClosed
staticprotected

◆ m_MenuMgr

MenuManager SCR_MenuToolsLib.m_MenuMgr
staticprotected

◆ MENU_CLOSE_FALLBACK

const int SCR_MenuToolsLib.MENU_CLOSE_FALLBACK = 10
staticprotected

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