Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerListMenu.c File Reference

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)

Variables

enum EPlayerListTab m_Info
int m_iID
Widget m_wRow
Faction m_Faction
Faction m_ParentFaction
int m_iSortFrequency
SCR_ButtonBaseComponent m_Mute
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
Widget m_wBlockedIcon
SCR_PlayerListComboEntryData GROUP
SCR_PlayerListComboEntryData REPORT
SCR_PlayerListComboEntryData BLOCK

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 
REPORT_PLAYER 
BLOCK_PLAYER 
UNBLOCK_PLAYER 

Definition at line 1864 of file SCR_PlayerListMenu.c.

Function Documentation

◆ IsPartOfFaction()

bool IsPartOfFaction ( Faction faction)

Definition at line 32 of file SCR_PlayerListMenu.c.

Variable Documentation

◆ BLOCK

◆ GROUP

◆ m_Faction

Faction m_Faction

Definition at line 12 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 14 of file SCR_PlayerListMenu.c.

◆ m_Mute

Definition at line 16 of file SCR_PlayerListMenu.c.

◆ m_ParentFaction

Faction m_ParentFaction

Definition at line 13 of file SCR_PlayerListMenu.c.

◆ m_PlayerActionList

SCR_ComboBoxComponent m_PlayerActionList

Definition at line 17 of file SCR_PlayerListMenu.c.

◆ m_wBlockedIcon

Widget m_wBlockedIcon

Definition at line 29 of file SCR_PlayerListMenu.c.

◆ m_wDeaths

TextWidget m_wDeaths

Definition at line 22 of file SCR_PlayerListMenu.c.

◆ m_wFactionImage

Widget m_wFactionImage

Definition at line 27 of file SCR_PlayerListMenu.c.

◆ m_wFreq

TextWidget m_wFreq

Definition at line 21 of file SCR_PlayerListMenu.c.

◆ m_wKills

TextWidget m_wKills

Definition at line 20 of file SCR_PlayerListMenu.c.

◆ m_wLoadoutIcon

ImageWidget m_wLoadoutIcon

Definition at line 24 of file SCR_PlayerListMenu.c.

◆ m_wName

TextWidget m_wName

Definition at line 19 of file SCR_PlayerListMenu.c.

◆ m_wPlatformIcon

ImageWidget m_wPlatformIcon

Definition at line 25 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 23 of file SCR_PlayerListMenu.c.

◆ m_wTaskIcon

Widget m_wTaskIcon

Definition at line 26 of file SCR_PlayerListMenu.c.

◆ m_wVotingNotification

Widget m_wVotingNotification

Definition at line 28 of file SCR_PlayerListMenu.c.

◆ REPORT