![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Role selection menu for setting up player faction, group and loadout. More...
Protected Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuOpened () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| void | FindRequestHandlers () |
| Find request handlers based on the layout configuration. | |
| void | HookEvents () |
| Initialize event listeners. | |
| void | UpdateElapsedTime () |
| Update elapsed time. | |
| void | InitMapPlain () |
| Initialize empty map in the background. | |
| void | OnMouseLeft () |
| void | ShowFactionPlayerList (Faction faction=null, bool show=true) |
| void | ShowLoadoutList () |
| Shows the loadout selector on the right side of role selection screen. | |
| void | ShowGroupPlayerList () |
| Shows the Player List selector on the right side of role selection screen. | |
| void | UpdatePlayerCount () |
| Updates the session's player count. | |
| bool | CanContinue () |
| Check if role selection screen can be closed. | |
| bool | CanOpenGroupMenu () |
| Check if group menu can be opened. | |
| void | OpenGroupMenu () |
| void | OnPlayerFactionRequest (SCR_PlayerFactionAffiliationComponent component, int factionIndex) |
| void | OnPlayerFactionResponse (SCR_PlayerFactionAffiliationComponent component, int factionIndex, bool response) |
| Callback when player receives a response to afaction request. | |
| void | OnPlayerGroupJoined (SCR_AIGroup group, int pid=-1) |
| Callback when a player joins a group. | |
| void | OnLocalGroupJoined (SCR_AIGroup group) |
| Callback when local player joins a group. | |
| void | OnPlayerLoadoutRequest (SCR_PlayerLoadoutComponent component, int loadoutIndex) |
| void | OnPlayerLoadoutResponse (SCR_PlayerLoadoutComponent component, int loadoutIndex, bool response) |
| Callback when local player receives a response to a loadout request. | |
| void | OnChatToggle () |
| void | OnPauseMenu () |
| override void | OnMenuClose () |
| void | OnPlayerEntryFocused (int id) |
| void | OnPlayerEntryFocusLost (Widget w) |
| void | OnViewProfile () |
| void | UpdateViewProfileButton (bool forceHidden=false) |
Static Protected Member Functions | |
| static SCR_RoleSelectionMenu | OpenRoleSelectionMenu () |
| static void | CloseRoleSelectionMenu () |
| Close role selection menu. | |
| static SCR_RoleSelectionMenu | GetRoleSelectionMenu () |
Role selection menu for setting up player faction, group and loadout.
Definition at line 2 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Check if role selection screen can be closed.
Definition at line 303 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Check if group menu can be opened.
Definition at line 319 of file SCR_RoleSelectionMenu.c.
|
inlinestaticprotected |
Close role selection menu.
Definition at line 532 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Find request handlers based on the layout configuration.
Definition at line 177 of file SCR_RoleSelectionMenu.c.
|
inlinestaticprotected |
Get opened role selection menu.
Definition at line 542 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Initialize event listeners.
Definition at line 186 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Initialize empty map in the background.
Definition at line 224 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 446 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Callback when local player joins a group.
Definition at line 408 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 477 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 156 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 168 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 33 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 126 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 141 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Determine which widget should be shown on the right side of the role selection SplashScreen when user hovers their mouse cursor off a button on the left side of the screen.
Definition at line 233 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 462 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 490 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 497 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 335 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Callback when player receives a response to afaction request.
Definition at line 341 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Callback when a player joins a group.
Definition at line 390 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 426 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Callback when local player receives a response to a loadout request.
Definition at line 432 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 503 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 325 of file SCR_RoleSelectionMenu.c.
|
inlinestaticprotected |
Open role selection menu.
Definition at line 522 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Show player list for a faction if the faction valid.
| [in] | faction | Faction that the playerlist should be set to |
| [in] | show | If false, hide the list instead of showing |
Definition at line 252 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Shows the Player List selector on the right side of role selection screen.
Definition at line 283 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Shows the loadout selector on the right side of role selection screen.
Definition at line 265 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Update elapsed time.
Definition at line 211 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Updates the session's player count.
Definition at line 293 of file SCR_RoleSelectionMenu.c.
|
inlineprotected |
Definition at line 509 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 18 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 10 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 11 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 6 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 28 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 14 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 19 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 12 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 8 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 30 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 27 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 7 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 4 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 15 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 16 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 20 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 22 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 24 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 23 of file SCR_RoleSelectionMenu.c.
|
protected |
Definition at line 25 of file SCR_RoleSelectionMenu.c.