Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_PlayerList Interface Reference
Inheritance diagram for SCR_PlayerList:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void UpdatePlayerList ()
 
void ShowPlayerList (bool show)
 

Protected Member Functions

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
 

Member Function Documentation

◆ CreatePlayerName()

void SCR_PlayerList.CreatePlayerName ( int  pid)
protected

◆ HandlerAttached()

override void SCR_PlayerList.HandlerAttached ( Widget  w)

Implemented in SCR_FactionPlayerList.

◆ ShowPlayerList()

void SCR_PlayerList.ShowPlayerList ( bool  show)

◆ UpdatePlayerList()

void SCR_PlayerList.UpdatePlayerList ( )

Member Data Documentation

◆ m_aPlayerNames

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

◆ m_sFlag

string SCR_PlayerList.m_sFlag
protected

◆ m_sName

string SCR_PlayerList.m_sName
protected

◆ m_sPlayerCount

string SCR_PlayerList.m_sPlayerCount
protected

◆ m_sPlayerList

string SCR_PlayerList.m_sPlayerList
protected

◆ m_sPlayerName

ResourceName SCR_PlayerList.m_sPlayerName
protected

◆ m_wFlag

ImageWidget SCR_PlayerList.m_wFlag
protected

◆ m_wName

TextWidget SCR_PlayerList.m_wName
protected

◆ m_wPlayerCount

TextWidget SCR_PlayerList.m_wPlayerCount
protected

◆ m_wPlayerList

Widget SCR_PlayerList.m_wPlayerList
protected

◆ m_wRoot

Widget SCR_PlayerList.m_wRoot
protected

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