Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ServerBrowserMenuUI.c File Reference

Go to the source code of this file.

Data Structures

class  ServerBrowserMenuUI
 

Typedefs

typedef func ScriptInvokerRoomMethod
 
typedef ScriptInvokerBase< ScriptInvokerRoomMethodScriptInvokerRoom
 

Functions

void ScriptInvokerRoomMethod (Room room)
 
void RegisterId (string id)
 
void ClearIds ()
 

Variables

ServerBrowserMenuUI roomIds = {}
 Overrided GetRoomsIds class to manipulation in script. More...
 

Typedef Documentation

◆ ScriptInvokerRoom

typedef ScriptInvokerBase<ScriptInvokerRoomMethod> ScriptInvokerRoom

Definition at line 8 of file ServerBrowserMenuUI.c.

◆ ScriptInvokerRoomMethod

Definition at line 7 of file ServerBrowserMenuUI.c.

Function Documentation

◆ ClearIds()

void ClearIds ( )

Definition at line 2852 of file ServerBrowserMenuUI.c.

◆ RegisterId()

void RegisterId ( string  id)

Definition at line 2845 of file ServerBrowserMenuUI.c.

◆ ScriptInvokerRoomMethod()

void ScriptInvokerRoomMethod ( Room  room)

Variable Documentation

◆ roomIds

ServerBrowserMenuUI roomIds = {}

Overrided GetRoomsIds class to manipulation in script.