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

Component that handles the request respawn button. More...

Inheritance diagram for SCR_DeployButton:
SCR_InputButtonComponent

Protected Member Functions

override void HandlerAttached (Widget w)
void SetSuppliesEnabled (bool enabled)
void SetSupplyCost (int cost)
int GetSupplyCost ()
void SetText (bool deployEnabled, string text, float remainingTime=-1)
 Set text of the button.
void UpdateSpinner (float timeSlice)
 Update the loading spinner widget.
void ShowLoading (bool show)
 Set loading spinner widget visible.
void UpdateBackground ()
 Change color of background depending on if button is enabled.

Protected Attributes

string m_sText
string m_sShortcutName
string m_sTextHolderName
TextWidget m_wText
Widget m_wShortcut
Widget m_wTextHolder
string m_sLoadingSpinner
string m_sBackground
Widget m_wLoadingSpinner
Widget m_wSupplies
Widget m_wMSARSuppliesText
Widget m_wMSARSupplies
Widget m_wBackgroundWidget
RichTextWidget m_wSuppliesText
SCR_LoadingSpinner m_LoadingSpinner
int m_iSupplyCost
bool m_bSuppliesEnabled

Detailed Description

Component that handles the request respawn button.

Definition at line 970 of file SCR_DeployMenuBase.c.

Member Function Documentation

◆ GetSupplyCost()

int SCR_DeployButton::GetSupplyCost ( )
inlineprotected
Returns

Definition at line 1045 of file SCR_DeployMenuBase.c.

◆ HandlerAttached()

override void SCR_DeployButton::HandlerAttached ( Widget w)
inlineprotected

Definition at line 1004 of file SCR_DeployMenuBase.c.

◆ SetSuppliesEnabled()

void SCR_DeployButton::SetSuppliesEnabled ( bool enabled)
inlineprotected
Parameters
[in]enabled

Definition at line 1027 of file SCR_DeployMenuBase.c.

◆ SetSupplyCost()

void SCR_DeployButton::SetSupplyCost ( int cost)
inlineprotected
Parameters
[in]cost

Definition at line 1036 of file SCR_DeployMenuBase.c.

◆ SetText()

void SCR_DeployButton::SetText ( bool deployEnabled,
string text,
float remainingTime = -1 )
inlineprotected

Set text of the button.

Definition at line 1052 of file SCR_DeployMenuBase.c.

◆ ShowLoading()

void SCR_DeployButton::ShowLoading ( bool show)
inlineprotected

Set loading spinner widget visible.

Definition at line 1100 of file SCR_DeployMenuBase.c.

◆ UpdateBackground()

void SCR_DeployButton::UpdateBackground ( )
inlineprotected

Change color of background depending on if button is enabled.

Definition at line 1108 of file SCR_DeployMenuBase.c.

◆ UpdateSpinner()

void SCR_DeployButton::UpdateSpinner ( float timeSlice)
inlineprotected

Update the loading spinner widget.

Definition at line 1092 of file SCR_DeployMenuBase.c.

Member Data Documentation

◆ m_bSuppliesEnabled

bool SCR_DeployButton::m_bSuppliesEnabled
protected

Definition at line 1001 of file SCR_DeployMenuBase.c.

◆ m_iSupplyCost

int SCR_DeployButton::m_iSupplyCost
protected

Definition at line 1000 of file SCR_DeployMenuBase.c.

◆ m_LoadingSpinner

SCR_LoadingSpinner SCR_DeployButton::m_LoadingSpinner
protected

Definition at line 998 of file SCR_DeployMenuBase.c.

◆ m_sBackground

string SCR_DeployButton::m_sBackground
protected

Definition at line 989 of file SCR_DeployMenuBase.c.

◆ m_sLoadingSpinner

string SCR_DeployButton::m_sLoadingSpinner
protected

Definition at line 986 of file SCR_DeployMenuBase.c.

◆ m_sShortcutName

string SCR_DeployButton::m_sShortcutName
protected

Definition at line 976 of file SCR_DeployMenuBase.c.

◆ m_sText

string SCR_DeployButton::m_sText
protected

Definition at line 973 of file SCR_DeployMenuBase.c.

◆ m_sTextHolderName

string SCR_DeployButton::m_sTextHolderName
protected

Definition at line 979 of file SCR_DeployMenuBase.c.

◆ m_wBackgroundWidget

Widget SCR_DeployButton::m_wBackgroundWidget
protected

Definition at line 995 of file SCR_DeployMenuBase.c.

◆ m_wLoadingSpinner

Widget SCR_DeployButton::m_wLoadingSpinner
protected

Definition at line 991 of file SCR_DeployMenuBase.c.

◆ m_wMSARSupplies

Widget SCR_DeployButton::m_wMSARSupplies
protected

Definition at line 994 of file SCR_DeployMenuBase.c.

◆ m_wMSARSuppliesText

Widget SCR_DeployButton::m_wMSARSuppliesText
protected

Definition at line 993 of file SCR_DeployMenuBase.c.

◆ m_wShortcut

Widget SCR_DeployButton::m_wShortcut
protected

Definition at line 982 of file SCR_DeployMenuBase.c.

◆ m_wSupplies

Widget SCR_DeployButton::m_wSupplies
protected

Definition at line 992 of file SCR_DeployMenuBase.c.

◆ m_wSuppliesText

RichTextWidget SCR_DeployButton::m_wSuppliesText
protected

Definition at line 996 of file SCR_DeployMenuBase.c.

◆ m_wText

TextWidget SCR_DeployButton::m_wText
protected

Definition at line 981 of file SCR_DeployMenuBase.c.

◆ m_wTextHolder

Widget SCR_DeployButton::m_wTextHolder
protected

Definition at line 983 of file SCR_DeployMenuBase.c.


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