![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static void | CreateKickErrorDialog (string msg, string group, string details="") |
| Set message for error dialog and create it. | |
| static void | DisplayKickErrorDialog () |
| Create and setup error dialog. | |
| static void | CheckLastServerHost () |
| Check last server hosting to find out if there was a bug. | |
| static void | OnProcessLastHostError (BackendCallback callback) |
| static void | SetReconnectEnabled (bool enabled) |
| static void | Clear () |
| static SCR_ConfigurableDialogUi | GetCurrentKickDialog () |
| static ScriptInvokerVoid | GetOnCancel () |
| static ScriptInvokerVoid | GetOnReconnect () |
| static void | OnDialogTimerChange (SCR_RejoinDialog dialog, int time) |
| static void | OnDialogClose () |
| static void | OnReconnect () |
| static void | OnCancel () |
| static void | ForceMainMenu () |
Protected Attributes | |
| const ResourceName | KICK_DIALOGS_CONFIG = "{D3BFEE28E7D5B6A1}Configs/ServerBrowser/KickDialogs.conf" |
| const ResourceName | HOSTING_ERROR_DIALOG_CONFIG = "{F96212757F65C4A3}Configs/ServerBrowser/ServerHosting/Dialogs/ServerHostingErrors.conf" |
| const string | TAG_KICK_DEFAULT = "DEFAULT_ERROR" |
| const int | MAX_AUTO_REJOINS = 3 |
Static Protected Attributes | |
| static SCR_ConfigurableDialogUi | s_CurrentKickDialog |
| static string | s_sErrorMessage |
| static string | s_sErrorMessageGroup |
| static string | s_sErrorMessageDetail |
| static bool | m_bReconnectEnabled |
| static ref ScriptInvokerVoid | s_OnErrorMessageSet |
| static ref ScriptInvokerVoid | s_OnCancel |
| static ref ScriptInvokerVoid | s_OnReconnect |
| static ref BackendCallback | m_ProcessLastHostCallback = new BackendCallback() |
Definition at line 1 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Check last server hosting to find out if there was a bug.
Definition at line 129 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 165 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Set message for error dialog and create it.
Definition at line 25 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Create and setup error dialog.
Definition at line 39 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 235 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 174 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 180 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 189 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 228 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 214 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 199 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 137 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 221 of file SCR_KickDialogs.c.
|
inlinestaticprotected |
Definition at line 159 of file SCR_KickDialogs.c.
|
protected |
Definition at line 4 of file SCR_KickDialogs.c.
|
protected |
Definition at line 3 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 15 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 21 of file SCR_KickDialogs.c.
|
protected |
Definition at line 7 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 9 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 18 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 17 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 19 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 11 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 13 of file SCR_KickDialogs.c.
|
staticprotected |
Definition at line 12 of file SCR_KickDialogs.c.
|
protected |
Definition at line 6 of file SCR_KickDialogs.c.