![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | ShowAvailableFactions () |
| Display available playable factions in the list. | |
| SCR_FactionButton | GetFirstValidFactionButton () |
| Get the first valid Faction Button from the Faction Buttons that are currently shown in the Role Selection Menu. | |
| void | OnPlayerFactionAssigned (Faction assignedFaction) |
| Callback when local player's faction is assigned. | |
| void | OnPlayableFactionChanged (SCR_Faction faction, bool playable) |
| Callback when playable factions are changed. | |
| void | UpdateFactionButtons (Faction faction, int newCount) |
| Update all available faction buttons. | |
| void | OnButtonFocused (Widget w) |
| Callback when button is focused. | |
| void | RequestPlayerFaction (SCR_FactionButton factionBtn) |
| Sends a request to assign a faction. | |
| void | OnButtonClicked (SCR_FactionButton factionBtn) |
| Callback when player clicks the faction button. | |
| void | OnFactionDialogConfirm (SCR_PersistentFactionDialog dialog) |
| Callback when player closes the persistent faction dialog. | |
| void | RequestRandomFaction () |
| SCR_FactionButton | GetFactionButton (int factionId) |
| ScriptInvoker | GetOnFactionRequested () |
Component responsible for displaying list of available factions and handling faction assign requests Fills m_wFactionList with m_sFactionButton widgets
Definition at line 5 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Get the faction button associated with a faction index.
Definition at line 270 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Get the first valid Faction Button from the Faction Buttons that are currently shown in the Role Selection Menu.
Definition at line 129 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Definition at line 283 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Definition at line 26 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Callback when player clicks the faction button.
Definition at line 228 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Callback when button is focused.
Definition at line 200 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Callback when player closes the persistent faction dialog.
Definition at line 250 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Callback when playable factions are changed.
Definition at line 168 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Callback when local player's faction is assigned.
Definition at line 142 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Sends a request to assign a faction.
Definition at line 213 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Definition at line 258 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Display available playable factions in the list.
Definition at line 49 of file SCR_FactionRequestUIComponent.c.
|
inlineprotected |
Update all available faction buttons.
Definition at line 188 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 18 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 21 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 23 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 20 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 16 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 8 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 12 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 9 of file SCR_FactionRequestUIComponent.c.
|
protected |
Definition at line 13 of file SCR_FactionRequestUIComponent.c.