![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected 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 | InitCheck () |
| void | CheckRejoinAuthorization (Room room) |
| 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
Definition at line 6 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Definition at line 64 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Definition at line 137 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Definition at line 27 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Definition at line 21 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Definition at line 51 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Handle password check request response.
Definition at line 116 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Handle password check request response.
Definition at line 101 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Start password verification on confirming password dialog.
Definition at line 80 of file SCR_RoomPasswordVerification.c.
|
inlineprotected |
Setup dialog UI for handling password and joining room.
Definition at line 34 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 8 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 9 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 15 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 12 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 13 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 18 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 17 of file SCR_RoomPasswordVerification.c.
|
protected |
Definition at line 11 of file SCR_RoomPasswordVerification.c.