Arma Reforger Script API
|
This component serves as a config for deploy menu elements. More...
Public Member Functions | |
override void | HandlerAttached (Widget w) |
override void | HandlerDeattached (Widget w) |
SCR_FactionRequestUIComponent | GetFactionRequestHandler () |
SCR_LoadoutRequestUIComponent | GetLoadoutRequestHandler () |
SCR_GroupRequestUIComponent | GetGroupRequestHandler () |
SCR_SpawnPointRequestUIComponent | GetSpawnPointRequestHandler () |
SCR_FactionPlayerList | GetFactionPlayerList () |
SCR_GroupPlayerList | GetGroupPlayerList () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
override void | HandlerAttached (Widget w) |
override bool | OnClick (Widget w, int x, int y, int button) |
Widget | GetRootWidget () |
bool | IsVisible () |
Protected Member Functions | |
void | OnPauseMenuOpened () |
void | OnPauseMenuClosed () |
void | UpdateWidgetsOnPause (bool paused) |
void | ForceHUDLayout () |
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< string > | m_aHiddenWidgetsOnPause |
ref array< string > | m_aDisabledWidgetsOnPause |
ref array< Widget > | m_aHiddenWidgets = {} |
ref array< Widget > | m_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 |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
ref ScriptInvoker | m_OnClick = new ScriptInvoker |
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.
|
protected |
SCR_FactionPlayerList SCR_DeployMenuHandler.GetFactionPlayerList | ( | ) |
SCR_FactionRequestUIComponent SCR_DeployMenuHandler.GetFactionRequestHandler | ( | ) |
SCR_GroupPlayerList SCR_DeployMenuHandler.GetGroupPlayerList | ( | ) |
SCR_GroupRequestUIComponent SCR_DeployMenuHandler.GetGroupRequestHandler | ( | ) |
SCR_LoadoutRequestUIComponent SCR_DeployMenuHandler.GetLoadoutRequestHandler | ( | ) |
SCR_SpawnPointRequestUIComponent SCR_DeployMenuHandler.GetSpawnPointRequestHandler | ( | ) |
override void SCR_DeployMenuHandler.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
override void SCR_DeployMenuHandler.HandlerDeattached | ( | Widget | w | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |