Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MenuToolsLib Class Reference

Static Protected Member Functions

static void InvokeEventOnAllMenuClosed ()
static ScriptInvoker GetEventOnAllMenuClosed ()
static void CloseAllMenus (array< typename > menus)
 Close all menus that are not of selected class.
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

Definition at line 5 of file SCR_MenuToolsLib.c.

Member Function Documentation

◆ AllMenuClosed()

void SCR_MenuToolsLib::AllMenuClosed ( )
inlinestaticprotected

Definition at line 86 of file SCR_MenuToolsLib.c.

◆ CloseAllMenus()

void SCR_MenuToolsLib::CloseAllMenus ( array< typename > menus)
inlinestaticprotected

Close all menus that are not of selected class.

Definition at line 39 of file SCR_MenuToolsLib.c.

◆ CloseTopMenu()

void SCR_MenuToolsLib::CloseTopMenu ( array< typename > menus,
int calls )
inlinestaticprotected

Definition at line 52 of file SCR_MenuToolsLib.c.

◆ GetEventOnAllMenuClosed()

ScriptInvoker SCR_MenuToolsLib::GetEventOnAllMenuClosed ( )
inlinestaticprotected

Definition at line 25 of file SCR_MenuToolsLib.c.

◆ InvokeEventOnAllMenuClosed()

void SCR_MenuToolsLib::InvokeEventOnAllMenuClosed ( )
inlinestaticprotected

Definition at line 18 of file SCR_MenuToolsLib.c.

Member Data Documentation

◆ Event_OnAllMenuClosed

ref ScriptInvoker SCR_MenuToolsLib::Event_OnAllMenuClosed
staticprotected

Definition at line 15 of file SCR_MenuToolsLib.c.

◆ m_MenuMgr

MenuManager SCR_MenuToolsLib::m_MenuMgr
staticprotected

Definition at line 9 of file SCR_MenuToolsLib.c.

◆ MENU_CLOSE_FALLBACK

const int SCR_MenuToolsLib::MENU_CLOSE_FALLBACK = 10
staticprotected

Definition at line 7 of file SCR_MenuToolsLib.c.


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