![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Component responsible for handling group requests and visualization in deploy menu. More...
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | ToggleCollapsed () |
| override void | SetExpanded (bool expanded) |
| override bool | IsExpanded () |
| override void | HandlerDeattached (Widget w) |
| void | SetGroupFlags () |
| Function that manages group flags, setting the correct icon to player local group. | |
| void | UpdateGroupPlayers (SCR_AIGroup group, int pid) |
| Update the group widget when player joins/leaves group. | |
| void | UpdateLocalPlayerGroup (int groupId) |
| Update the group widget relevant to local player. | |
| void | UpdateGroupPrivacy (int groupId, bool isPrivate) |
| Set group private. | |
| void | UpdateGroupNames () |
| Set group name. | |
| void | UpdateGroupFrequency () |
| Set group frequency. | |
| void | UpdateGroupFlag () |
| Set group flag. | |
| void | SetPlayerGroup (SCR_AIGroup group) |
| Update the expandable button name. | |
| void | ShowAvailableGroups (notnull Faction faction) |
| Show groups available for given faction. | |
| void | ShowGroupSelector (bool show) |
| void | JoinGroupAutomatically () |
| Joins an automatically selected group. | |
| void | RemoveGroup (SCR_AIGroup group) |
| Removes the group button from the list. | |
| void | CreateNewGroupButton () |
| Creates a button which handles creating of a new group. | |
| void | UpdateNewGroupButton () |
| Updates visibility of the button for creating a new group. | |
| void | RequestNewGroup () |
| Requests creation of a new group. | |
| void | AddGroup (SCR_AIGroup group) |
| Adds a new group button into the list. | |
| void | OnButtonFocused (Widget w) |
| Called when the group button is focused. | |
| void | OnNewGroupButtonClicked () |
| void | RequestJoinGroup (notnull SCR_GroupButton groupBtn) |
| Sends a request for joining a group. | |
| SCR_GroupButton | GetGroupButton (SCR_AIGroup group) |
| Gets relevant group button. | |
| Widget | GetGroupList () |
| Return current group list. | |
| SCR_AIGroup | GetPlayerGroup () |
| Return local player's group. | |
| override void | SetListWidget (Widget list) |
| Set current group list. | |
| void | ClearGroupList () |
| Clear the group list. | |
| int | GetShownGroupId () |
| Gets id of a currently displayed group. | |
| void | SetShownGroupId (int groupId) |
| Set id of a currently displayed group. | |
| ScriptInvoker | GetOnPlayerGroupJoined () |
| ScriptInvoker | GetOnLocalPlayerGroupJoined () |
Component responsible for handling group requests and visualization in deploy menu.
Definition at line 3 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Adds a new group button into the list.
Definition at line 383 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Clear the group list.
Definition at line 532 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Creates a button which handles creating of a new group.
Definition at line 350 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Gets relevant group button.
Definition at line 495 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Return current group list.
Definition at line 509 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 569 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 560 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Return local player's group.
Definition at line 516 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Gets id of a currently displayed group.
Definition at line 547 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 33 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 102 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 97 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Joins an automatically selected group.
Definition at line 305 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Called when the group button is focused.
Definition at line 438 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 450 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Removes the group button from the list.
Definition at line 324 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Sends a request for joining a group.
Definition at line 469 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Requests creation of a new group.
Definition at line 374 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 91 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Function that manages group flags, setting the correct icon to player local group.
Definition at line 123 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set current group list.
Definition at line 523 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Update the expandable button name.
Definition at line 262 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set id of a currently displayed group.
Definition at line 554 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Show groups available for given faction.
Definition at line 270 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 298 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Definition at line 80 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set group flag.
Definition at line 250 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set group frequency.
Definition at line 238 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set group name.
Definition at line 222 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Update the group widget when player joins/leaves group.
Definition at line 145 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Set group private.
Definition at line 204 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Update the group widget relevant to local player.
Definition at line 170 of file SCR_GroupRequestUIComponent.c.
|
inlineprotected |
Updates visibility of the button for creating a new group.
Definition at line 366 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 17 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 23 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 21 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 19 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 26 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 29 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 28 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 24 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 20 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 25 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 10 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 6 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 13 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 22 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 30 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 7 of file SCR_GroupRequestUIComponent.c.
|
protected |
Definition at line 14 of file SCR_GroupRequestUIComponent.c.