Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GroupButton Class Reference

Component attached to the group button. More...

Inheritance diagram for SCR_GroupButton:
SCR_DeployButtonBase

Protected Member Functions

override void HandlerAttached (Widget w)
void SetGroup (notnull SCR_AIGroup group)
void UpdateGroup (bool canJoin=true)
void UpdateGroupName ()
string GetGroupName ()
int GetGroupId ()
SCR_AIGroup GetGroup ()
void UpdateGroupPrivacy (bool isPrivate)
void UpdateButtonAvailability (SCR_PlayerControllerGroupComponent groupCtrl)
void SetGroupFull (bool full)
void SetText (string text)
void UpdateGroupFrequency ()
void UpdateGroupFlag ()
override void SetSelected (bool selected)

Static Protected Member Functions

static void SGetGroupName (notnull SCR_AIGroup group, notnull TextWidget widget, notnull TextWidget freqWidget)
 Set the group name into a TextWidget widget.

Protected Attributes

string m_sGroupName
TextWidget m_wGroupName
string m_sFreq
TextWidget m_wFreq
string m_sPlayerCount
TextWidget m_wPlayerCount
string m_sPlayerIcon
ImageWidget m_wPlayerIcon
string m_sPrivateGroup
Widget m_wPrivateGroup
string m_sFullGroup
Widget m_wFullGroup
string m_sArrowIcon
ImageWidget m_wArrowIcon
string m_sGroupFlag
ButtonWidget m_wGroupFlag
int m_iGroupId
SCR_AIGroup m_Group
ImageWidget m_wGroupIcon
const LocalizedString SQUAD_CAPACITY = "#AR-Campaign_BaseRespawnsAmount"

Detailed Description

Component attached to the group button.

Definition at line 580 of file SCR_GroupRequestUIComponent.c.

Member Function Documentation

◆ GetGroup()

SCR_AIGroup SCR_GroupButton::GetGroup ( )
inlineprotected

Definition at line 714 of file SCR_GroupRequestUIComponent.c.

◆ GetGroupId()

int SCR_GroupButton::GetGroupId ( )
inlineprotected

Definition at line 708 of file SCR_GroupRequestUIComponent.c.

◆ GetGroupName()

string SCR_GroupButton::GetGroupName ( )
inlineprotected

Definition at line 684 of file SCR_GroupRequestUIComponent.c.

◆ HandlerAttached()

override void SCR_GroupButton::HandlerAttached ( Widget w)
inlineprotected

Definition at line 623 of file SCR_GroupRequestUIComponent.c.

◆ SetGroup()

void SCR_GroupButton::SetGroup ( notnull SCR_AIGroup group)
inlineprotected

Definition at line 639 of file SCR_GroupRequestUIComponent.c.

◆ SetGroupFull()

void SCR_GroupButton::SetGroupFull ( bool full)
inlineprotected

Definition at line 747 of file SCR_GroupRequestUIComponent.c.

◆ SetSelected()

override void SCR_GroupButton::SetSelected ( bool selected)
inlineprotected

Definition at line 824 of file SCR_GroupRequestUIComponent.c.

◆ SetText()

void SCR_GroupButton::SetText ( string text)
inlineprotected

Definition at line 765 of file SCR_GroupRequestUIComponent.c.

◆ SGetGroupName()

void SCR_GroupButton::SGetGroupName ( notnull SCR_AIGroup group,
notnull TextWidget widget,
notnull TextWidget freqWidget )
inlinestaticprotected

Set the group name into a TextWidget widget.

Definition at line 691 of file SCR_GroupRequestUIComponent.c.

◆ UpdateButtonAvailability()

void SCR_GroupButton::UpdateButtonAvailability ( SCR_PlayerControllerGroupComponent groupCtrl)
inlineprotected

Definition at line 732 of file SCR_GroupRequestUIComponent.c.

◆ UpdateGroup()

void SCR_GroupButton::UpdateGroup ( bool canJoin = true)
inlineprotected

Definition at line 647 of file SCR_GroupRequestUIComponent.c.

◆ UpdateGroupFlag()

void SCR_GroupButton::UpdateGroupFlag ( )
inlineprotected

Definition at line 780 of file SCR_GroupRequestUIComponent.c.

◆ UpdateGroupFrequency()

void SCR_GroupButton::UpdateGroupFrequency ( )
inlineprotected

Definition at line 772 of file SCR_GroupRequestUIComponent.c.

◆ UpdateGroupName()

void SCR_GroupButton::UpdateGroupName ( )
inlineprotected

Definition at line 676 of file SCR_GroupRequestUIComponent.c.

◆ UpdateGroupPrivacy()

void SCR_GroupButton::UpdateGroupPrivacy ( bool isPrivate)
inlineprotected

Definition at line 720 of file SCR_GroupRequestUIComponent.c.

Member Data Documentation

◆ m_Group

SCR_AIGroup SCR_GroupButton::m_Group
protected

Definition at line 616 of file SCR_GroupRequestUIComponent.c.

◆ m_iGroupId

int SCR_GroupButton::m_iGroupId
protected

Definition at line 615 of file SCR_GroupRequestUIComponent.c.

◆ m_sArrowIcon

string SCR_GroupButton::m_sArrowIcon
protected

Definition at line 608 of file SCR_GroupRequestUIComponent.c.

◆ m_sFreq

string SCR_GroupButton::m_sFreq
protected

Definition at line 587 of file SCR_GroupRequestUIComponent.c.

◆ m_sFullGroup

string SCR_GroupButton::m_sFullGroup
protected

Definition at line 604 of file SCR_GroupRequestUIComponent.c.

◆ m_sGroupFlag

string SCR_GroupButton::m_sGroupFlag
protected

Definition at line 612 of file SCR_GroupRequestUIComponent.c.

◆ m_sGroupName

string SCR_GroupButton::m_sGroupName
protected

Definition at line 583 of file SCR_GroupRequestUIComponent.c.

◆ m_sPlayerCount

string SCR_GroupButton::m_sPlayerCount
protected

Definition at line 591 of file SCR_GroupRequestUIComponent.c.

◆ m_sPlayerIcon

string SCR_GroupButton::m_sPlayerIcon
protected

Definition at line 596 of file SCR_GroupRequestUIComponent.c.

◆ m_sPrivateGroup

string SCR_GroupButton::m_sPrivateGroup
protected

Definition at line 600 of file SCR_GroupRequestUIComponent.c.

◆ m_wArrowIcon

ImageWidget SCR_GroupButton::m_wArrowIcon
protected

Definition at line 609 of file SCR_GroupRequestUIComponent.c.

◆ m_wFreq

TextWidget SCR_GroupButton::m_wFreq
protected

Definition at line 588 of file SCR_GroupRequestUIComponent.c.

◆ m_wFullGroup

Widget SCR_GroupButton::m_wFullGroup
protected

Definition at line 605 of file SCR_GroupRequestUIComponent.c.

◆ m_wGroupFlag

ButtonWidget SCR_GroupButton::m_wGroupFlag
protected

Definition at line 613 of file SCR_GroupRequestUIComponent.c.

◆ m_wGroupIcon

ImageWidget SCR_GroupButton::m_wGroupIcon
protected

Definition at line 618 of file SCR_GroupRequestUIComponent.c.

◆ m_wGroupName

TextWidget SCR_GroupButton::m_wGroupName
protected

Definition at line 584 of file SCR_GroupRequestUIComponent.c.

◆ m_wPlayerCount

TextWidget SCR_GroupButton::m_wPlayerCount
protected

Definition at line 592 of file SCR_GroupRequestUIComponent.c.

◆ m_wPlayerIcon

ImageWidget SCR_GroupButton::m_wPlayerIcon
protected

Definition at line 597 of file SCR_GroupRequestUIComponent.c.

◆ m_wPrivateGroup

Widget SCR_GroupButton::m_wPrivateGroup
protected

Definition at line 601 of file SCR_GroupRequestUIComponent.c.

◆ SQUAD_CAPACITY

const LocalizedString SCR_GroupButton::SQUAD_CAPACITY = "#AR-Campaign_BaseRespawnsAmount"
protected

Definition at line 620 of file SCR_GroupRequestUIComponent.c.


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