![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_RoomCallback |
| Scripted room callback specific for single room. More... | |
Enumerations | |
| enum | EServerBrowserRequestResult { SUCCESS = 0 , ERROR = 1 , TIMEOUT = 2 } |
Functions | |
| override void | OnPack () |
| override void | OnExpand () |
| void | SetPassword (string password) |
Variables | |
| SCR_RoomCallback | m_Password = "" |
| Parameters for joining server. | |
| string | scope = "" |
| string | type = "" |
| string | reason = "" |
| string | issuer = "" |
| int | expiresAt = 0 |
| int | createdAt = 0 |
| Enumerator | |
|---|---|
| SUCCESS | |
| ERROR | |
| TIMEOUT | |
Definition at line 6 of file ServerBrowserMenuCallbacks.c.
| override void OnExpand | ( | ) |
Definition at line 60 of file ServerBrowserMenuCallbacks.c.
| override void OnPack | ( | ) |
Definition at line 47 of file ServerBrowserMenuCallbacks.c.
| void SetPassword | ( | string | password | ) |
Definition at line 71 of file ServerBrowserMenuCallbacks.c.
| int createdAt = 0 |
Definition at line 44 of file ServerBrowserMenuCallbacks.c.
| int expiresAt = 0 |
Definition at line 43 of file ServerBrowserMenuCallbacks.c.
| string issuer = "" |
Definition at line 42 of file ServerBrowserMenuCallbacks.c.
| SCR_RoomCallback m_Password = "" |
Parameters for joining server.
| string reason = "" |
Definition at line 41 of file ServerBrowserMenuCallbacks.c.
| string scope = "" |
Definition at line 39 of file ServerBrowserMenuCallbacks.c.
| string type = "" |
Definition at line 40 of file ServerBrowserMenuCallbacks.c.