Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerListMenu.c File Reference

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
 

Enumeration Type Documentation

◆ EPlayerListTab

Enumerator
ALL 
GROUPS 

Definition at line 1 of file SCR_PlayerListMenu.c.

◆ SCR_EPlayerListComboAction

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.

Variable Documentation

◆ GROUP

◆ m_Block

Definition at line 16 of file SCR_PlayerListMenu.c.

◆ m_Faction

Faction m_Faction

Definition at line 12 of file SCR_PlayerListMenu.c.

◆ m_Friend

Definition at line 17 of file SCR_PlayerListMenu.c.

◆ m_iID

int m_iID

Definition at line 10 of file SCR_PlayerListMenu.c.

◆ m_Info

enum EPlayerListTab m_Info

◆ m_iSortFrequency

int m_iSortFrequency

Definition at line 13 of file SCR_PlayerListMenu.c.

◆ m_Mute

Definition at line 15 of file SCR_PlayerListMenu.c.

◆ m_PlayerActionList

SCR_ComboBoxComponent m_PlayerActionList

Definition at line 18 of file SCR_PlayerListMenu.c.

◆ m_wDeaths

TextWidget m_wDeaths

Definition at line 23 of file SCR_PlayerListMenu.c.

◆ m_wFactionImage

Widget m_wFactionImage

Definition at line 28 of file SCR_PlayerListMenu.c.

◆ m_wFreq

TextWidget m_wFreq

Definition at line 22 of file SCR_PlayerListMenu.c.

◆ m_wKills

TextWidget m_wKills

Definition at line 21 of file SCR_PlayerListMenu.c.

◆ m_wLoadoutIcon

ImageWidget m_wLoadoutIcon

Definition at line 25 of file SCR_PlayerListMenu.c.

◆ m_wName

TextWidget m_wName

Definition at line 20 of file SCR_PlayerListMenu.c.

◆ m_wPlatformIcon

ImageWidget m_wPlatformIcon

Definition at line 26 of file SCR_PlayerListMenu.c.

◆ m_wRow

Widget m_wRow

Definition at line 11 of file SCR_PlayerListMenu.c.

◆ m_wScore

TextWidget m_wScore

Definition at line 24 of file SCR_PlayerListMenu.c.

◆ m_wTaskIcon

Widget m_wTaskIcon

Definition at line 27 of file SCR_PlayerListMenu.c.

◆ m_wVotingNotification

Widget m_wVotingNotification

Definition at line 29 of file SCR_PlayerListMenu.c.