Arma Reforger Script API
|
Scripted room callback specific for single room. More...
Public Member Functions | |
void | SetRoom (Room room) |
Room | GetRoom () |
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 () |
Protected Attributes | |
Room | m_Room |
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 |
Additional Inherited Members | |
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. | |
Scripted room callback specific for single room.
Room SCR_RoomCallback.GetRoom | ( | ) |
void SCR_RoomCallback.SetRoom | ( | Room | room | ) |
|
protected |