Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_RoomPasswordVerification Interface Reference

Solve joining to password protected room. More...

Public Member Functions

ScriptInvokerRoom GetOnVerified ()
 
ScriptInvokerString GetOnFailVerification ()
 
void SetupDialog (notnull SCR_ConfigurableDialogUi dialog, notnull Room room, string message="")
 Setup dialog UI for handling password and joining room.
 
void CheckRejoinAuthorization (Room room)
 

Protected Member Functions

void InitCheck ()
 
void OnPasswordConfirm ()
 Start password verification on confirming password dialog.
 
void OnPasswordCheckResponse (SCR_BackendCallback callback)
 Handle password check request response.
 
void ClearInvokers ()
 

Protected Attributes

string FALLBACK_ERROR = "#AR-Password_FailMessage"
 
string FALLBACK_TIMEOUT = "#AR-Password_TimeoutMessage"
 
Room m_Room
 
SCR_ConfigurableDialogUi m_Dialog
 
SCR_LoadingOverlay m_LoadingOverlay
 
ref SCR_BackendCallback m_Callback = new SCR_BackendCallback()
 
ref ScriptInvokerRoom m_OnVerified = new ScriptInvokerRoom()
 
ref ScriptInvokerString m_OnFailVerification = new ScriptInvokerString()
 

Detailed Description

Solve joining to password protected room.

Member Function Documentation

◆ CheckRejoinAuthorization()

void SCR_RoomPasswordVerification.CheckRejoinAuthorization ( Room  room)

◆ ClearInvokers()

void SCR_RoomPasswordVerification.ClearInvokers ( )
protected

◆ GetOnFailVerification()

ScriptInvokerString SCR_RoomPasswordVerification.GetOnFailVerification ( )

◆ GetOnVerified()

ScriptInvokerRoom SCR_RoomPasswordVerification.GetOnVerified ( )

◆ InitCheck()

void SCR_RoomPasswordVerification.InitCheck ( )
protected

◆ OnPasswordCheckResponse()

void SCR_RoomPasswordVerification.OnPasswordCheckResponse ( SCR_BackendCallback  callback)
protected

Handle password check request response.

◆ OnPasswordConfirm()

void SCR_RoomPasswordVerification.OnPasswordConfirm ( )
protected

Start password verification on confirming password dialog.

◆ SetupDialog()

void SCR_RoomPasswordVerification.SetupDialog ( notnull SCR_ConfigurableDialogUi  dialog,
notnull Room  room,
string  message = "" 
)

Setup dialog UI for handling password and joining room.

Member Data Documentation

◆ FALLBACK_ERROR

string SCR_RoomPasswordVerification.FALLBACK_ERROR = "#AR-Password_FailMessage"
protected

◆ FALLBACK_TIMEOUT

string SCR_RoomPasswordVerification.FALLBACK_TIMEOUT = "#AR-Password_TimeoutMessage"
protected

◆ m_Callback

ref SCR_BackendCallback SCR_RoomPasswordVerification.m_Callback = new SCR_BackendCallback()
protected

◆ m_Dialog

SCR_ConfigurableDialogUi SCR_RoomPasswordVerification.m_Dialog
protected

◆ m_LoadingOverlay

SCR_LoadingOverlay SCR_RoomPasswordVerification.m_LoadingOverlay
protected

◆ m_OnFailVerification

ref ScriptInvokerString SCR_RoomPasswordVerification.m_OnFailVerification = new ScriptInvokerString()
protected

◆ m_OnVerified

ref ScriptInvokerRoom SCR_RoomPasswordVerification.m_OnVerified = new ScriptInvokerRoom()
protected

◆ m_Room

Room SCR_RoomPasswordVerification.m_Room
protected

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