Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeployMenuHandler Class Reference
Inheritance diagram for SCR_DeployMenuHandler:
SCR_ScriptedWidgetComponent

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
void OnPauseMenuOpened ()
void OnPauseMenuClosed ()
void UpdateWidgetsOnPause (bool paused)
void ForceHUDLayout ()
SCR_FactionRequestUIComponent GetFactionRequestHandler ()
SCR_LoadoutRequestUIComponent GetLoadoutRequestHandler ()
SCR_GroupRequestUIComponent GetGroupRequestHandler ()
SCR_SpawnPointRequestUIComponent GetSpawnPointRequestHandler ()
SCR_FactionPlayerList GetFactionPlayerList ()
SCR_GroupPlayerList GetGroupPlayerList ()

Protected Attributes

string m_sFactionUIHandler
string m_sLoadoutUIHandler
string m_sGroupUIHandler
string m_sSpawnPointUIHandler
string m_sFactionPlayerList
string m_sGroupPlayerList
string m_sHudLayoutUIHandler
ref array< stringm_aHiddenWidgetsOnPause
ref array< stringm_aDisabledWidgetsOnPause
ref array< Widgetm_aHiddenWidgets = {}
ref array< Widgetm_aDisabledWidgets = {}
SCR_FactionRequestUIComponent m_FactionRequestHandler
SCR_LoadoutRequestUIComponent m_LoadoutRequestHandler
SCR_GroupRequestUIComponent m_GroupRequestHandler
SCR_SpawnPointRequestUIComponent m_SpawnPointUIHandler
SCR_FactionPlayerList m_FactionPlayerList
SCR_GroupPlayerList m_GroupPlayerList
SCR_HUDMenuComponent m_HudMenuComponent

Detailed Description

This component serves as a config for deploy menu elements. Set the names of widgets where request handlers are attached to in the deploy menu layout. Has to be attached at the root of the deploy menu layout.

Definition at line 6 of file SCR_DeployMenuHandler.c.

Member Function Documentation

◆ ForceHUDLayout()

void SCR_DeployMenuHandler::ForceHUDLayout ( )
inlineprotected

Definition at line 112 of file SCR_DeployMenuHandler.c.

◆ GetFactionPlayerList()

SCR_FactionPlayerList SCR_DeployMenuHandler::GetFactionPlayerList ( )
inlineprotected

Definition at line 161 of file SCR_DeployMenuHandler.c.

◆ GetFactionRequestHandler()

SCR_FactionRequestUIComponent SCR_DeployMenuHandler::GetFactionRequestHandler ( )
inlineprotected

Definition at line 121 of file SCR_DeployMenuHandler.c.

◆ GetGroupPlayerList()

SCR_GroupPlayerList SCR_DeployMenuHandler::GetGroupPlayerList ( )
inlineprotected

Definition at line 171 of file SCR_DeployMenuHandler.c.

◆ GetGroupRequestHandler()

SCR_GroupRequestUIComponent SCR_DeployMenuHandler::GetGroupRequestHandler ( )
inlineprotected

Definition at line 141 of file SCR_DeployMenuHandler.c.

◆ GetLoadoutRequestHandler()

SCR_LoadoutRequestUIComponent SCR_DeployMenuHandler::GetLoadoutRequestHandler ( )
inlineprotected

Definition at line 131 of file SCR_DeployMenuHandler.c.

◆ GetSpawnPointRequestHandler()

SCR_SpawnPointRequestUIComponent SCR_DeployMenuHandler::GetSpawnPointRequestHandler ( )
inlineprotected

Definition at line 151 of file SCR_DeployMenuHandler.c.

◆ HandlerAttached()

override void SCR_DeployMenuHandler::HandlerAttached ( Widget w)
inlineprotected

Definition at line 47 of file SCR_DeployMenuHandler.c.

◆ HandlerDeattached()

override void SCR_DeployMenuHandler::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 76 of file SCR_DeployMenuHandler.c.

◆ OnPauseMenuClosed()

void SCR_DeployMenuHandler::OnPauseMenuClosed ( )
inlineprotected

Definition at line 91 of file SCR_DeployMenuHandler.c.

◆ OnPauseMenuOpened()

void SCR_DeployMenuHandler::OnPauseMenuOpened ( )
inlineprotected

Definition at line 85 of file SCR_DeployMenuHandler.c.

◆ UpdateWidgetsOnPause()

void SCR_DeployMenuHandler::UpdateWidgetsOnPause ( bool paused)
inlineprotected

Definition at line 98 of file SCR_DeployMenuHandler.c.

Member Data Documentation

◆ m_aDisabledWidgets

ref array<Widget> SCR_DeployMenuHandler::m_aDisabledWidgets = {}
protected

Definition at line 36 of file SCR_DeployMenuHandler.c.

◆ m_aDisabledWidgetsOnPause

ref array<string> SCR_DeployMenuHandler::m_aDisabledWidgetsOnPause
protected

Definition at line 33 of file SCR_DeployMenuHandler.c.

◆ m_aHiddenWidgets

ref array<Widget> SCR_DeployMenuHandler::m_aHiddenWidgets = {}
protected

Definition at line 35 of file SCR_DeployMenuHandler.c.

◆ m_aHiddenWidgetsOnPause

ref array<string> SCR_DeployMenuHandler::m_aHiddenWidgetsOnPause
protected

Definition at line 30 of file SCR_DeployMenuHandler.c.

◆ m_FactionPlayerList

SCR_FactionPlayerList SCR_DeployMenuHandler::m_FactionPlayerList
protected

Definition at line 42 of file SCR_DeployMenuHandler.c.

◆ m_FactionRequestHandler

SCR_FactionRequestUIComponent SCR_DeployMenuHandler::m_FactionRequestHandler
protected

Definition at line 38 of file SCR_DeployMenuHandler.c.

◆ m_GroupPlayerList

SCR_GroupPlayerList SCR_DeployMenuHandler::m_GroupPlayerList
protected

Definition at line 43 of file SCR_DeployMenuHandler.c.

◆ m_GroupRequestHandler

SCR_GroupRequestUIComponent SCR_DeployMenuHandler::m_GroupRequestHandler
protected

Definition at line 40 of file SCR_DeployMenuHandler.c.

◆ m_HudMenuComponent

SCR_HUDMenuComponent SCR_DeployMenuHandler::m_HudMenuComponent
protected

Definition at line 44 of file SCR_DeployMenuHandler.c.

◆ m_LoadoutRequestHandler

SCR_LoadoutRequestUIComponent SCR_DeployMenuHandler::m_LoadoutRequestHandler
protected

Definition at line 39 of file SCR_DeployMenuHandler.c.

◆ m_sFactionPlayerList

string SCR_DeployMenuHandler::m_sFactionPlayerList
protected

Definition at line 21 of file SCR_DeployMenuHandler.c.

◆ m_sFactionUIHandler

string SCR_DeployMenuHandler::m_sFactionUIHandler
protected

Definition at line 9 of file SCR_DeployMenuHandler.c.

◆ m_sGroupPlayerList

string SCR_DeployMenuHandler::m_sGroupPlayerList
protected

Definition at line 24 of file SCR_DeployMenuHandler.c.

◆ m_sGroupUIHandler

string SCR_DeployMenuHandler::m_sGroupUIHandler
protected

Definition at line 15 of file SCR_DeployMenuHandler.c.

◆ m_sHudLayoutUIHandler

string SCR_DeployMenuHandler::m_sHudLayoutUIHandler
protected

Definition at line 27 of file SCR_DeployMenuHandler.c.

◆ m_sLoadoutUIHandler

string SCR_DeployMenuHandler::m_sLoadoutUIHandler
protected

Definition at line 12 of file SCR_DeployMenuHandler.c.

◆ m_SpawnPointUIHandler

SCR_SpawnPointRequestUIComponent SCR_DeployMenuHandler::m_SpawnPointUIHandler
protected

Definition at line 41 of file SCR_DeployMenuHandler.c.

◆ m_sSpawnPointUIHandler

string SCR_DeployMenuHandler::m_sSpawnPointUIHandler
protected

Definition at line 18 of file SCR_DeployMenuHandler.c.


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