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 | ServerBrowserMenuUI |
Typedefs | |
typedef func | ScriptInvokerRoomMethod |
typedef ScriptInvokerBase< ScriptInvokerRoomMethod > | ScriptInvokerRoom |
Functions | |
void | ScriptInvokerRoomMethod (Room room) |
void | RegisterId (string id) |
void | ClearIds () |
Variables | |
ServerBrowserMenuUI | roomIds = {} |
Overrided GetRoomsIds class to manipulation in script. More... | |
typedef ScriptInvokerBase<ScriptInvokerRoomMethod> ScriptInvokerRoom |
Definition at line 8 of file ServerBrowserMenuUI.c.
typedef func ScriptInvokerRoomMethod |
Definition at line 7 of file ServerBrowserMenuUI.c.
void ClearIds | ( | ) |
Definition at line 2852 of file ServerBrowserMenuUI.c.
void RegisterId | ( | string | id | ) |
Definition at line 2845 of file ServerBrowserMenuUI.c.
void ScriptInvokerRoomMethod | ( | Room | room | ) |
ServerBrowserMenuUI roomIds = {} |
Overrided GetRoomsIds class to manipulation in script.