Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerList Class Reference
Inheritance diagram for SCR_PlayerList:
ScriptedWidgetComponent SCR_FactionPlayerList SCR_GroupPlayerList

Protected Member Functions

override void HandlerAttached (Widget w)
void UpdatePlayerList ()
void ShowPlayerList (bool show)
void CreatePlayerName (int pid)

Protected Attributes

string m_sFlag
ImageWidget m_wFlag
string m_sName
TextWidget m_wName
string m_sPlayerCount
TextWidget m_wPlayerCount
string m_sPlayerList
Widget m_wPlayerList
ResourceName m_sPlayerName
ref array< SCR_PlayerNamem_aPlayerNames = {}
Widget m_wRoot

Detailed Description

Definition at line 1 of file SCR_FactionPlayerList.c.

Member Function Documentation

◆ CreatePlayerName()

void SCR_PlayerList::CreatePlayerName ( int pid)
inlineprotected

Definition at line 49 of file SCR_FactionPlayerList.c.

◆ HandlerAttached()

override void SCR_PlayerList::HandlerAttached ( Widget w)
inlineprotected

Definition at line 26 of file SCR_FactionPlayerList.c.

◆ ShowPlayerList()

void SCR_PlayerList::ShowPlayerList ( bool show)
inlineprotected
Parameters
[in]showIf true, set the Faction Player List to visible

Definition at line 43 of file SCR_FactionPlayerList.c.

◆ UpdatePlayerList()

void SCR_PlayerList::UpdatePlayerList ( )
inlineprotected

Definition at line 37 of file SCR_FactionPlayerList.c.

Member Data Documentation

◆ m_aPlayerNames

ref array<SCR_PlayerName> SCR_PlayerList::m_aPlayerNames = {}
protected

Definition at line 22 of file SCR_FactionPlayerList.c.

◆ m_sFlag

string SCR_PlayerList::m_sFlag
protected

Definition at line 4 of file SCR_FactionPlayerList.c.

◆ m_sName

string SCR_PlayerList::m_sName
protected

Definition at line 8 of file SCR_FactionPlayerList.c.

◆ m_sPlayerCount

string SCR_PlayerList::m_sPlayerCount
protected

Definition at line 12 of file SCR_FactionPlayerList.c.

◆ m_sPlayerList

string SCR_PlayerList::m_sPlayerList
protected

Definition at line 16 of file SCR_FactionPlayerList.c.

◆ m_sPlayerName

ResourceName SCR_PlayerList::m_sPlayerName
protected

Definition at line 20 of file SCR_FactionPlayerList.c.

◆ m_wFlag

ImageWidget SCR_PlayerList::m_wFlag
protected

Definition at line 5 of file SCR_FactionPlayerList.c.

◆ m_wName

TextWidget SCR_PlayerList::m_wName
protected

Definition at line 9 of file SCR_FactionPlayerList.c.

◆ m_wPlayerCount

TextWidget SCR_PlayerList::m_wPlayerCount
protected

Definition at line 13 of file SCR_FactionPlayerList.c.

◆ m_wPlayerList

Widget SCR_PlayerList::m_wPlayerList
protected

Definition at line 17 of file SCR_FactionPlayerList.c.

◆ m_wRoot

Widget SCR_PlayerList::m_wRoot
protected

Definition at line 23 of file SCR_FactionPlayerList.c.


The documentation for this class was generated from the following file: