Arma Reforger Script API
|
Public Member Functions | |
void | SetGroup (SCR_AIGroup group) |
override void | UpdatePlayerList () |
Public Member Functions inherited from SCR_PlayerList | |
override void | HandlerAttached (Widget w) |
void | UpdatePlayerList () |
void | ShowPlayerList (bool show) |
Protected Attributes | |
SCR_AIGroup | m_Group |
Protected Attributes inherited from SCR_PlayerList | |
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_PlayerName > | m_aPlayerNames = {} |
Widget | m_wRoot |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_PlayerList | |
void | CreatePlayerName (int pid) |
void SCR_GroupPlayerList.SetGroup | ( | SCR_AIGroup | group | ) |
override void SCR_GroupPlayerList.UpdatePlayerList | ( | ) |
Implements SCR_PlayerList.
|
protected |