![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| 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 } |
Variables | |
| enum EPlayerListTab | m_Info |
| int | m_iID |
| Widget | m_wRow |
| Faction | m_Faction |
| int | m_iSortFrequency |
| SCR_ButtonBaseComponent | m_Mute |
| SCR_ButtonBaseComponent | m_Block |
| SCR_ButtonBaseComponent | m_Friend |
| SCR_ComboBoxComponent | m_PlayerActionList |
| TextWidget | m_wName |
| TextWidget | m_wKills |
| TextWidget | m_wFreq |
| TextWidget | m_wDeaths |
| TextWidget | m_wScore |
| ImageWidget | m_wLoadoutIcon |
| ImageWidget | m_wPlatformIcon |
| Widget | m_wTaskIcon |
| Widget | m_wFactionImage |
| Widget | m_wVotingNotification |
| SCR_PlayerListComboEntryData | GROUP |
| 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 | |
Definition at line 1707 of file SCR_PlayerListMenu.c.
| SCR_ButtonBaseComponent m_Block |
Definition at line 16 of file SCR_PlayerListMenu.c.
| Faction m_Faction |
Definition at line 12 of file SCR_PlayerListMenu.c.
| SCR_ButtonBaseComponent m_Friend |
Definition at line 17 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 13 of file SCR_PlayerListMenu.c.
| SCR_ButtonBaseComponent m_Mute |
Definition at line 15 of file SCR_PlayerListMenu.c.
| SCR_ComboBoxComponent m_PlayerActionList |
Definition at line 18 of file SCR_PlayerListMenu.c.
| TextWidget m_wDeaths |
Definition at line 23 of file SCR_PlayerListMenu.c.
| Widget m_wFactionImage |
Definition at line 28 of file SCR_PlayerListMenu.c.
| TextWidget m_wFreq |
Definition at line 22 of file SCR_PlayerListMenu.c.
| TextWidget m_wKills |
Definition at line 21 of file SCR_PlayerListMenu.c.
| ImageWidget m_wLoadoutIcon |
Definition at line 25 of file SCR_PlayerListMenu.c.
| TextWidget m_wName |
Definition at line 20 of file SCR_PlayerListMenu.c.
| ImageWidget m_wPlatformIcon |
Definition at line 26 of file SCR_PlayerListMenu.c.
| Widget m_wRow |
Definition at line 11 of file SCR_PlayerListMenu.c.
| TextWidget m_wScore |
Definition at line 24 of file SCR_PlayerListMenu.c.
| Widget m_wTaskIcon |
Definition at line 27 of file SCR_PlayerListMenu.c.
| Widget m_wVotingNotification |
Definition at line 29 of file SCR_PlayerListMenu.c.