|
ScriptInvoker | GetEventOnSuccess () |
|
ScriptInvoker | GetEventOnFail () |
|
ScriptInvoker | GetEventOnTimeOut () |
|
ScriptInvoker | GetEventOnResponse () |
|
override void | OnSuccess (int code) |
|
override void | OnError (int code, int restCode, int apiCode) |
|
override void | OnTimeout () |
|
int | GetCode () |
|
int | GetRestCode () |
|
int | GetApiCode () |
|
EBackendCallbackResponse | GetResponseType () |
|
void | InvokeEventOnSuccess () |
|
void | InvokeEventOnFail (SCR_BackendCallback callback, int code, int restCode, int apiCode) |
|
void | InvokeEventOnTimeOut () |
|
void | InvokeEventOnResponse () |
|
void | CacheLastResponse (EBackendCallbackResponse result, int code=-1, int restCode=-1, int apiCode=-1) |
| Save information from last response.
|
|
int | m_iCode = -1 |
|
int | m_iRestCode = -1 |
|
int | m_iApiCode = -1 |
|
EBackendCallbackResponse | m_Result = EBackendCallbackResponse.NONE |
|
ref ScriptInvoker< SCR_BackendCallback > | Event_OnSuccess |
|
ref ScriptInvoker< SCR_BackendCallback, int, int, int > | Event_OnFail |
|
ref ScriptInvoker< SCR_BackendCallback > | Event_OnTimeOut |
|
ref ScriptInvoker< SCR_BackendCallback > | Event_OnResponse |
|
◆ m_Scale
ImageScale SCR_WorkshopItemCallback_DownloadImage.m_Scale |
The documentation for this interface was generated from the following file:
- Game/Network/SCR_OnlineServiceWorkshop.c