![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_PlayerListMenu |
| class | SCR_PlayerListComboEntryData |
Enumerations | |
| enum | EPlayerListTab { ALL = 0 , GROUPS = 1 } |
| enum | SCR_EPlayerListComboAction { VOTE = 0 , START_VOTE , CANCEL_VOTE , ABSTAIN_VOTE , INVITE_TO_GROUP , COMFIRM_JOIN_PRIVATE_GROUP , CANCEL_JOIN_PRIVATE_GROUP , REPORT_PLAYER , BLOCK_PLAYER , UNBLOCK_PLAYER } |
Functions | |
| bool | IsPartOfFaction (Faction faction) |
| enum EPlayerListTab |
| Enumerator | |
|---|---|
| ALL | |
| GROUPS | |
Definition at line 1 of file SCR_PlayerListMenu.c.
| Enumerator | |
|---|---|
| VOTE | |
| START_VOTE | |
| CANCEL_VOTE | |
| ABSTAIN_VOTE | |
| INVITE_TO_GROUP | |
| COMFIRM_JOIN_PRIVATE_GROUP | |
| CANCEL_JOIN_PRIVATE_GROUP | |
| REPORT_PLAYER | |
| BLOCK_PLAYER | |
| UNBLOCK_PLAYER | |
Definition at line 1864 of file SCR_PlayerListMenu.c.
Definition at line 32 of file SCR_PlayerListMenu.c.
| Faction m_Faction |
Definition at line 12 of file SCR_PlayerListMenu.c.
| int m_iID |
Definition at line 10 of file SCR_PlayerListMenu.c.
| enum EPlayerListTab m_Info |
| int m_iSortFrequency |
Definition at line 14 of file SCR_PlayerListMenu.c.
| SCR_ButtonBaseComponent m_Mute |
Definition at line 16 of file SCR_PlayerListMenu.c.
| Faction m_ParentFaction |
Definition at line 13 of file SCR_PlayerListMenu.c.
| SCR_ComboBoxComponent m_PlayerActionList |
Definition at line 17 of file SCR_PlayerListMenu.c.
| Widget m_wBlockedIcon |
Definition at line 29 of file SCR_PlayerListMenu.c.
| TextWidget m_wDeaths |
Definition at line 22 of file SCR_PlayerListMenu.c.
| Widget m_wFactionImage |
Definition at line 27 of file SCR_PlayerListMenu.c.
| TextWidget m_wFreq |
Definition at line 21 of file SCR_PlayerListMenu.c.
| TextWidget m_wKills |
Definition at line 20 of file SCR_PlayerListMenu.c.
| ImageWidget m_wLoadoutIcon |
Definition at line 24 of file SCR_PlayerListMenu.c.
| TextWidget m_wName |
Definition at line 19 of file SCR_PlayerListMenu.c.
| ImageWidget m_wPlatformIcon |
Definition at line 25 of file SCR_PlayerListMenu.c.
| Widget m_wRow |
Definition at line 11 of file SCR_PlayerListMenu.c.
| TextWidget m_wScore |
Definition at line 23 of file SCR_PlayerListMenu.c.
| Widget m_wTaskIcon |
Definition at line 26 of file SCR_PlayerListMenu.c.
| Widget m_wVotingNotification |
Definition at line 28 of file SCR_PlayerListMenu.c.
| SCR_PlayerListComboEntryData REPORT |