Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_LoginProcessDialogUI.c File Reference

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"
 

Enumeration Type Documentation

◆ SCR_ELoginFailReason

Enumerator
BAD_REQUEST 
INVALID_CREDENTIALS 
TWO_FACTOR_AUTHENTICATION 

Definition at line 364 of file SCR_LoginProcessDialogUI.c.

Function Documentation

◆ OnMenuClose()

override void OnMenuClose ( )

Definition at line 342 of file SCR_LoginProcessDialogUI.c.

◆ OnMenuOpen()

override void OnMenuOpen ( SCR_ConfigurableDialogUiPreset  preset)

Definition at line 323 of file SCR_LoginProcessDialogUI.c.

◆ UpdateMessage()

protected void UpdateMessage ( )

Definition at line 350 of file SCR_LoginProcessDialogUI.c.

Variable Documentation

◆ CONTENT_MESSAGE

const protected string CONTENT_MESSAGE = "#AR-CoreMenus_Support"

Definition at line 316 of file SCR_LoginProcessDialogUI.c.

◆ MAIN_MESSAGE

SCR_LoginProcessDialogUI MAIN_MESSAGE = "#AR-Account_Locked_Message"

◆ MINUTES

const protected string MINUTES = "#AR-ValueUnit_Short_Minutes"

Definition at line 317 of file SCR_LoginProcessDialogUI.c.

◆ SECONDS

const protected string SECONDS = "#AR-ValueUnit_Short_Seconds"

Definition at line 318 of file SCR_LoginProcessDialogUI.c.

◆ SUPPORT

const protected string SUPPORT = "Link_SupportEmail"

Definition at line 320 of file SCR_LoginProcessDialogUI.c.