Arma Reforger Script API
|
Callback for joining. More...
Public Member Functions | |
override void | OnSuccess (int code) |
override void | OnError (int code, int restCode, int apiCode) |
override void | OnTimeout () |
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 () |
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. | |
Protected Attributes inherited from ServerBrowserCallback | |
int | m_iCode = -1 |
int | m_iRestCode = -1 |
int | m_iApiCode = -1 |
EServerBrowserRequestResult | m_Result = -1 |
Callback for joining.
override void OnJoinRoomSB.OnError | ( | int | code, |
int | restCode, | ||
int | apiCode | ||
) |
Implements ServerBrowserCallback.
override void OnJoinRoomSB.OnSuccess | ( | int | code | ) |
Implements ServerBrowserCallback.
override void OnJoinRoomSB.OnTimeout | ( | ) |
Implements ServerBrowserCallback.