|
Arma Reforger Script API
|
Solve joining to password protected room. More...
Public Member Functions | |
| ScriptInvokerVoid | 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 (BackendCallback callback) |
| Handle password check request response. | |
| void | OnPasswordCheckError (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 BackendCallback | m_Callback = new BackendCallback() |
| ref ScriptInvokerVoid | m_OnVerified = new ScriptInvokerVoid() |
| ref ScriptInvokerString | m_OnFailVerification = new ScriptInvokerString() |
Solve joining to password protected room.
| void SCR_RoomPasswordVerification.CheckRejoinAuthorization | ( | Room | room | ) |
|
protected |
| ScriptInvokerString SCR_RoomPasswordVerification.GetOnFailVerification | ( | ) |
| ScriptInvokerVoid SCR_RoomPasswordVerification.GetOnVerified | ( | ) |
|
protected |
|
protected |
Handle password check request response.
|
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 |