Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FactionButton Class Reference
Inheritance diagram for SCR_FactionButton:
SCR_DeployButtonBase

Protected Member Functions

override void HandlerAttached (Widget w)
void SetFaction (SCR_Faction faction)
 Set this button's faction.
SCR_Faction GetFaction ()
 Get this button's faction.
int GetPlayerCount ()
 Get the player count of the faction.
int GetPlayerLimit ()
 Get the player limit of the faction.
void UpdatePlayerCount ()
 Update faction player count of this button.
void SetFactionName (string name)
 Set faction name of this button.
override void SetSelected (bool selected)
 Visually set the button selected.

Protected Attributes

string m_sFactionName
TextWidget m_wFactionName
string m_sPlayerCount
TextWidget m_wPlayerCount
string m_sPlayerIcon
Widget m_wPlayerIcon
string m_sArrowIcon
ImageWidget m_wArrowIcon
SCR_Faction m_Faction
int m_iPlayerCount
int m_iPlayerLimit

Detailed Description

Definition at line 292 of file SCR_FactionRequestUIComponent.c.

Member Function Documentation

◆ GetFaction()

SCR_Faction SCR_FactionButton::GetFaction ( )
inlineprotected

Get this button's faction.

Definition at line 339 of file SCR_FactionRequestUIComponent.c.

◆ GetPlayerCount()

int SCR_FactionButton::GetPlayerCount ( )
inlineprotected

Get the player count of the faction.

Definition at line 346 of file SCR_FactionRequestUIComponent.c.

◆ GetPlayerLimit()

int SCR_FactionButton::GetPlayerLimit ( )
inlineprotected

Get the player limit of the faction.

Definition at line 353 of file SCR_FactionRequestUIComponent.c.

◆ HandlerAttached()

override void SCR_FactionButton::HandlerAttached ( Widget w)
inlineprotected

Definition at line 315 of file SCR_FactionRequestUIComponent.c.

◆ SetFaction()

void SCR_FactionButton::SetFaction ( SCR_Faction faction)
inlineprotected

Set this button's faction.

Definition at line 327 of file SCR_FactionRequestUIComponent.c.

◆ SetFactionName()

void SCR_FactionButton::SetFactionName ( string name)
inlineprotected

Set faction name of this button.

Definition at line 375 of file SCR_FactionRequestUIComponent.c.

◆ SetSelected()

override void SCR_FactionButton::SetSelected ( bool selected)
inlineprotected

Visually set the button selected.

Definition at line 383 of file SCR_FactionRequestUIComponent.c.

◆ UpdatePlayerCount()

void SCR_FactionButton::UpdatePlayerCount ( )
inlineprotected

Update faction player count of this button.

Definition at line 360 of file SCR_FactionRequestUIComponent.c.

Member Data Documentation

◆ m_Faction

SCR_Faction SCR_FactionButton::m_Faction
protected

Definition at line 310 of file SCR_FactionRequestUIComponent.c.

◆ m_iPlayerCount

int SCR_FactionButton::m_iPlayerCount
protected

Definition at line 311 of file SCR_FactionRequestUIComponent.c.

◆ m_iPlayerLimit

int SCR_FactionButton::m_iPlayerLimit
protected

Definition at line 312 of file SCR_FactionRequestUIComponent.c.

◆ m_sArrowIcon

string SCR_FactionButton::m_sArrowIcon
protected

Definition at line 307 of file SCR_FactionRequestUIComponent.c.

◆ m_sFactionName

string SCR_FactionButton::m_sFactionName
protected

Definition at line 295 of file SCR_FactionRequestUIComponent.c.

◆ m_sPlayerCount

string SCR_FactionButton::m_sPlayerCount
protected

Definition at line 299 of file SCR_FactionRequestUIComponent.c.

◆ m_sPlayerIcon

string SCR_FactionButton::m_sPlayerIcon
protected

Definition at line 303 of file SCR_FactionRequestUIComponent.c.

◆ m_wArrowIcon

ImageWidget SCR_FactionButton::m_wArrowIcon
protected

Definition at line 308 of file SCR_FactionRequestUIComponent.c.

◆ m_wFactionName

TextWidget SCR_FactionButton::m_wFactionName
protected

Definition at line 296 of file SCR_FactionRequestUIComponent.c.

◆ m_wPlayerCount

TextWidget SCR_FactionButton::m_wPlayerCount
protected

Definition at line 300 of file SCR_FactionRequestUIComponent.c.

◆ m_wPlayerIcon

Widget SCR_FactionButton::m_wPlayerIcon
protected

Definition at line 304 of file SCR_FactionRequestUIComponent.c.


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