Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_LoginProcessDialogUI |
Enumerations | |
enum | SCR_ELoginFailReason { BAD_REQUEST = 400, INVALID_CREDENTIALS = 401, TWO_FACTOR_AUTHENTICATION = 422 } |
Functions | |
override void | OnMenuOpen (SCR_ConfigurableDialogUiPreset preset) |
override void | OnMenuClose () |
protected void | UpdateMessage () |
Variables | |
SCR_LoginProcessDialogUI | MAIN_MESSAGE = "#AR-Account_Locked_Message" |
const protected string | CONTENT_MESSAGE = "#AR-CoreMenus_Support" |
const protected string | MINUTES = "#AR-ValueUnit_Short_Minutes" |
const protected string | SECONDS = "#AR-ValueUnit_Short_Seconds" |
const protected string | SUPPORT = "Link_SupportEmail" |
enum SCR_ELoginFailReason |
Enumerator | |
---|---|
BAD_REQUEST | |
INVALID_CREDENTIALS | |
TWO_FACTOR_AUTHENTICATION |
Definition at line 364 of file SCR_LoginProcessDialogUI.c.
override void OnMenuClose | ( | ) |
Definition at line 342 of file SCR_LoginProcessDialogUI.c.
override void OnMenuOpen | ( | SCR_ConfigurableDialogUiPreset | preset | ) |
Definition at line 323 of file SCR_LoginProcessDialogUI.c.
protected void UpdateMessage | ( | ) |
Definition at line 350 of file SCR_LoginProcessDialogUI.c.
const protected string CONTENT_MESSAGE = "#AR-CoreMenus_Support" |
Definition at line 316 of file SCR_LoginProcessDialogUI.c.
SCR_LoginProcessDialogUI MAIN_MESSAGE = "#AR-Account_Locked_Message" |
const protected string MINUTES = "#AR-ValueUnit_Short_Minutes" |
Definition at line 317 of file SCR_LoginProcessDialogUI.c.
const protected string SECONDS = "#AR-ValueUnit_Short_Seconds" |
Definition at line 318 of file SCR_LoginProcessDialogUI.c.
const protected string SUPPORT = "Link_SupportEmail" |
Definition at line 320 of file SCR_LoginProcessDialogUI.c.