![]() |
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 | ServerBrowserMenuUI |
Typedefs | |
| typedef func | ScriptInvokerRoomMethod |
| typedef ScriptInvokerBase< ScriptInvokerRoomMethod > | ScriptInvokerRoom |
Enumerations | |
| enum | SCR_EJoinFailUI { GENERIC , ENQUEUED , SERVER_FULL_QUEUE_FULL , SERVER_FULL_QUEUE_DISABLED , BANNED } |
Functions | |
| void | ScriptInvokerRoomMethod (Room room) |
| void | RegisterId (string id) |
| void | ClearIds () |
Variables | |
| ServerBrowserMenuUI | roomIds = {} |
| Overrided GetRoomsIds class to manipulation in script. | |
| enum SCR_EJoinFailUI | ALL = 0 |
| enum SCR_EJoinFailUI | COMMUNITY = 0 |
| enum SCR_EJoinFailUI | OFFICIAL = 0 |
| enum SCR_EJoinFailUI | FAVORITES = 0 |
| enum SCR_EJoinFailUI | RECENT = 0 |
| typedef ScriptInvokerBase<ScriptInvokerRoomMethod> ScriptInvokerRoom |
Definition at line 8 of file ServerBrowserMenuUI.c.
| typedef func ScriptInvokerRoomMethod |
Definition at line 7 of file ServerBrowserMenuUI.c.
| enum SCR_EJoinFailUI |
| Enumerator | |
|---|---|
| GENERIC | |
| ENQUEUED | |
| SERVER_FULL_QUEUE_FULL | |
| SERVER_FULL_QUEUE_DISABLED | |
| BANNED | |
Definition at line 2809 of file ServerBrowserMenuUI.c.
| void ClearIds | ( | ) |
Definition at line 2803 of file ServerBrowserMenuUI.c.
| void RegisterId | ( | string | id | ) |
Definition at line 2796 of file ServerBrowserMenuUI.c.
| void ScriptInvokerRoomMethod | ( | Room | room | ) |
| enum SCR_EJoinFailUI ALL = 0 |
| enum SCR_EJoinFailUI COMMUNITY = 0 |
| enum SCR_EJoinFailUI FAVORITES = 0 |
| enum SCR_EJoinFailUI OFFICIAL = 0 |
| enum SCR_EJoinFailUI RECENT = 0 |
| ServerBrowserMenuUI roomIds = {} |
Overrided GetRoomsIds class to manipulation in script.