Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ServerBrowserMenuCallbacks.c File Reference

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

Enumeration Type Documentation

◆ EServerBrowserRequestResult

Enumerator
SUCCESS 
ERROR 
TIMEOUT 

Definition at line 6 of file ServerBrowserMenuCallbacks.c.

Function Documentation

◆ OnExpand()

override void OnExpand ( )

Definition at line 60 of file ServerBrowserMenuCallbacks.c.

◆ OnPack()

override void OnPack ( )

Definition at line 47 of file ServerBrowserMenuCallbacks.c.

◆ SetPassword()

void SetPassword ( string password)

Definition at line 71 of file ServerBrowserMenuCallbacks.c.

Variable Documentation

◆ createdAt

int createdAt = 0

Definition at line 44 of file ServerBrowserMenuCallbacks.c.

◆ expiresAt

int expiresAt = 0

Definition at line 43 of file ServerBrowserMenuCallbacks.c.

◆ issuer

string issuer = ""

Definition at line 42 of file ServerBrowserMenuCallbacks.c.

◆ m_Password

SCR_RoomCallback m_Password = ""

Parameters for joining server.

◆ reason

string reason = ""

Definition at line 41 of file ServerBrowserMenuCallbacks.c.

◆ scope

string scope = ""

Definition at line 39 of file ServerBrowserMenuCallbacks.c.

◆ type

string type = ""

Definition at line 40 of file ServerBrowserMenuCallbacks.c.