Arma Reforger Script API
|
Public Member Functions | |
override void | OnSuccess (int code) |
override void | OnError (int code, int restCode, int apiCode) |
override void | OnTimeout () |
void | SCR_ServerSaveRequestCallback (string fileName) |
Public Member Functions inherited from SCR_BackendCallback | |
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 () |
Static Public Attributes | |
static const string | SESSION_SAVE_NAME = "SCR_SaveFileManager_SessionSave" |
Protected Member Functions | |
void | OnUploadResponse (SCR_BackendCallback callback) |
Protected Member Functions inherited from SCR_BackendCallback | |
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. | |
Protected Attributes | |
string | m_sFileName |
ref SCR_UploadSaveCallback_PageParams | m_PageParams |
ref SCR_BackendCallback | m_UploadCallback |
bool | m_bHasData = false |
string | m_sId |
Protected Attributes inherited from SCR_BackendCallback | |
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 |
void SCR_ServerSaveRequestCallback.SCR_ServerSaveRequestCallback | ( | string | fileName | ) |
override void SCR_ServerSaveRequestCallback.OnError | ( | int | code, |
int | restCode, | ||
int | apiCode | ||
) |
Implements SCR_BackendCallback.
override void SCR_ServerSaveRequestCallback.OnSuccess | ( | int | code | ) |
Implements SCR_BackendCallback.
override void SCR_ServerSaveRequestCallback.OnTimeout | ( | ) |
Implements SCR_BackendCallback.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |