![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | BackendCallback |
| Base server browser callback. More... | |
| class | ServerBrowserCallback |
| Callback for searching servers dirrecly. More... | |
| class | SCR_RoomCallback |
| Scripted room callback specific for single room. More... | |
| class | JsonApiStruct |
| Parameters for joining server. More... | |
Enumerations | |
| enum | EServerBrowserRequestResult { SUCCESS = 0, ERROR = 1, TIMEOUT = 2 } |
Functions | |
| SCR_RoomCallback SCR_BackendCallback | OnSuccess (int code) |
| Callback for joining. More... | |
| void | SetRoom (Room room) |
| Room | GetRoom () |
| override void | OnError (int code, int restCode, int apiCode) |
| override void | OnTimeout () |
Variables | |
| protected Room | m_Room |
| class RoomJoinData extends JsonApiStruct | OnSuccess |
| Enumerator | |
|---|---|
| SUCCESS | |
| ERROR | |
| TIMEOUT | |
Definition at line 6 of file ServerBrowserMenuCallbacks.c.
| Room OnSuccess::GetRoom | ( | ) |
Definition at line 11 of file ServerBrowserMenuCallbacks.c.
Definition at line 183 of file ServerBrowserMenuCallbacks.c.
| SCR_RoomCallback SCR_BackendCallback OnSuccess | ( | int | code | ) |
Callback for joining.
Definition at line 173 of file ServerBrowserMenuCallbacks.c.
| override void OnTimeout | ( | ) |
Definition at line 193 of file ServerBrowserMenuCallbacks.c.
| void OnSuccess::SetRoom | ( | Room | room | ) |
Definition at line 5 of file ServerBrowserMenuCallbacks.c.
| protected Room m_Room |
Definition at line 2 of file ServerBrowserMenuCallbacks.c.
| class RoomJoinData extends JsonApiStruct OnSuccess |