Arma Reforger Script API
|
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() |
Solve joining to password protected room.
void SCR_RoomPasswordVerification.CheckRejoinAuthorization | ( | Room | room | ) |
|
protected |
ScriptInvokerString SCR_RoomPasswordVerification.GetOnFailVerification | ( | ) |
ScriptInvokerRoom SCR_RoomPasswordVerification.GetOnVerified | ( | ) |
|
protected |
|
protected |
Handle password check request response.
|
protected |
Start password verification on confirming password dialog.
void SCR_RoomPasswordVerification.SetupDialog | ( | notnull SCR_ConfigurableDialogUi | dialog, |
notnull Room | room, | ||
string | message = "" |
||
) |
Setup dialog UI for handling password and joining room.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |