|
Arma Reforger Script API
|
Protected Member Functions | |
| void | InitGroups (SCR_PlayerControllerGroupComponent playerGroupController) |
| void | UpdateGroups (SCR_PlayerControllerGroupComponent playerGroupController) |
Protected Member Functions inherited from SCR_SubMenuBase | |
| void | ShowNavigationButtons (bool show) |
| void | FlagNavigationButtonVisibility (SCR_InputButtonComponent button, bool show) |
| void | SetNavigationButtonVisibile (SCR_InputButtonComponent button, bool show, bool animate=false) |
| SCR_InputButtonComponent | CreateNavigationButton (string actionName, string label, bool rightFooter=false, bool show=true) |
| void | RequestCloseMenu () |
| void | RequestTabChange (int newTabIndex) |
Protected Attributes | |
| int | m_iMaxColumnNumber |
| ResourceName | m_ButtonLayout |
| LocalizedString | m_sContinueButtonText |
| SCR_GroupsManagerComponent | m_GroupManager |
| Widget | m_wGridWidget |
| SCR_InputButtonComponent | m_AddGroupButton |
| SCR_InputButtonComponent | m_JoinGroupButton |
| SCR_InputButtonComponent | m_AcceptInviteButton |
| SCR_InputButtonComponent | m_GroupSettingsButton |
| SCR_InputButtonComponent | m_RemoveGroupButton |
Protected Attributes inherited from SCR_SubMenuBase | |
| ResourceName | m_sNavigationButtonLayout |
| SCR_DynamicFooterComponent | m_DynamicFooter |
| ref array< SCR_InputButtonComponent > | m_aNavigationButtons = {} |
| ref map< SCR_InputButtonComponent, bool > | m_aNavigationButtonsVisibilityFlags = new map<SCR_InputButtonComponent, bool>() |
| Widget | m_wMenuRoot |
| int | m_iIndex |
| bool | m_bShown |
| bool | m_bFocused |
| ref ScriptInvokerVoid | m_OnRequestCloseMenu |
| ref ScriptInvokerInt2 | m_OnRequestTabChange |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Static Protected Attributes | |
| const string | CREATE_GROUP = "#AR_DeployMenu_AddNewGroup" |
| const string | JOIN_GROUP = "#AR-DeployMenu_JoinGroup" |
| const string | ACCEPT_INVITE = "#AR-DeployMenu_AcceptInvite" |
| const string | REMOVE_GROUP = "#AR-DeployMenu_RemoveGroup" |
Additional Inherited Members | |
Public Member Functions inherited from SCR_SubMenuBase | |
| void | OnMenuFocusGained () |
| void | OnMenuFocusLost () |
| void | OnMenuShow () |
| void | OnMenuHide () |
| void | OnMenuUpdate (float tDelta) |
| void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
| void | OnTabShow () |
| void | OnTabHide () |
| void | OnTabRemove () |
| void | OnTabChange () |
| bool | GetShown () |
| int | GetIndex () |
| ScriptInvokerVoid | GetOnRequestCloseMenu () |
| ScriptInvokerInt2 | GetOnRequestTabChange () |
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 () |
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 |
|
protected |
|
protected |
Implemented in SCR_GroupSubMenuPlayerlist.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |