Arma Reforger Script API
|
Callback for searching servers dirrecly. More...
Public Member Functions | |
override void | OnSuccess (int code) |
void | OnDirectJoinCallback () |
array< Room > | GetFoundRooms () |
Public Member Functions inherited from ServerBrowserCallback | |
override void | OnSuccess (int code) |
override void | OnError (int code, int restCode, int apiCode) |
override void | OnTimeout () |
int | GetCode () |
int | GetRestCode () |
int | GetApiCode () |
EServerBrowserRequestResult | GetResultType () |
Protected Attributes | |
array< Room > | m_Rooms |
Protected Attributes inherited from ServerBrowserCallback | |
int | m_iCode = -1 |
int | m_iRestCode = -1 |
int | m_iApiCode = -1 |
EServerBrowserRequestResult | m_Result = -1 |
Additional Inherited Members | |
Public Attributes inherited from ServerBrowserCallback | |
ref ScriptInvoker | m_OnSuccess = new ScriptInvoker |
ref ScriptInvoker | m_OnFail = new ScriptInvoker |
ref ScriptInvoker | m_OnTimeOut = new ScriptInvoker |
ref ScriptInvoker< ServerBrowserCallback > | event_OnResponse = new ScriptInvoker |
Protected Member Functions inherited from ServerBrowserCallback | |
void | CacheLastResponse (EServerBrowserRequestResult result, int code=-1, int restCode=-1, int apiCode=-1) |
Save information from last response. | |
Callback for searching servers dirrecly.
void OnDirectJoinCallback.OnDirectJoinCallback | ( | ) |
array< Room > OnDirectJoinCallback.GetFoundRooms | ( | ) |
override void OnDirectJoinCallback.OnSuccess | ( | int | code | ) |
Implements ServerBrowserCallback.
|
protected |