Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_FactionPlayerList Interface Reference
Inheritance diagram for SCR_FactionPlayerList:
SCR_PlayerList

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetFaction (Faction faction)
 
override void UpdatePlayerList ()
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from SCR_PlayerList
void ShowPlayerList (bool show)
 

Protected Member Functions

void UpdatePagination (Faction faction)
 
int GetStartingIndex ()
 Get index of first entry of current page.
 
void HandleNavigationButtons ()
 
void SetLastIndex ()
 
- Protected Member Functions inherited from SCR_PlayerList
void CreatePlayerName (int pid)
 

Protected Attributes

SCR_Faction m_Faction
 
SCR_SpinBoxComponent m_SpinBoxComp
 
int m_iLastPage
 
int m_iEntriesPerPage
 
string m_sSpinBoxElementName
 
string m_sPagingButtonLeft
 
string m_sPagingButtonRight
 
- 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_PlayerNamem_aPlayerNames = {}
 
Widget m_wRoot
 

Member Function Documentation

◆ GetStartingIndex()

int SCR_FactionPlayerList.GetStartingIndex ( )
protected

Get index of first entry of current page.

◆ HandleNavigationButtons()

void SCR_FactionPlayerList.HandleNavigationButtons ( )
protected

◆ HandlerAttached()

override void SCR_FactionPlayerList.HandlerAttached ( Widget w)

Implements SCR_PlayerList.

◆ HandlerDeattached()

override void SCR_FactionPlayerList.HandlerDeattached ( Widget w)

◆ SetFaction()

void SCR_FactionPlayerList.SetFaction ( Faction faction)

◆ SetLastIndex()

void SCR_FactionPlayerList.SetLastIndex ( )
protected

◆ UpdatePagination()

void SCR_FactionPlayerList.UpdatePagination ( Faction faction)
protected

◆ UpdatePlayerList()

override void SCR_FactionPlayerList.UpdatePlayerList ( )

Implements SCR_PlayerList.

Member Data Documentation

◆ m_Faction

SCR_Faction SCR_FactionPlayerList.m_Faction
protected

◆ m_iEntriesPerPage

int SCR_FactionPlayerList.m_iEntriesPerPage
protected

◆ m_iLastPage

int SCR_FactionPlayerList.m_iLastPage
protected

◆ m_sPagingButtonLeft

string SCR_FactionPlayerList.m_sPagingButtonLeft
protected

◆ m_sPagingButtonRight

string SCR_FactionPlayerList.m_sPagingButtonRight
protected

◆ m_SpinBoxComp

SCR_SpinBoxComponent SCR_FactionPlayerList.m_SpinBoxComp
protected

◆ m_sSpinBoxElementName

string SCR_FactionPlayerList.m_sSpinBoxElementName
protected

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