Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_BackendCallbackRoomMods Interface Reference
Inheritance diagram for SCR_BackendCallbackRoomMods:
[legend]

Public Member Functions

Room GetRoom ()
 
void SCR_BackendCallbackRoomMods (Room room)
 
- 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 = -1
 
ref ScriptInvoker< SCR_BackendCallbackEvent_OnSuccess
 
ref ScriptInvoker< SCR_BackendCallback, int, int, int > Event_OnFail
 
ref ScriptInvoker< SCR_BackendCallbackEvent_OnTimeOut
 
ref ScriptInvoker< SCR_BackendCallbackEvent_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.
 

Constructor & Destructor Documentation

◆ SCR_BackendCallbackRoomMods()

void SCR_BackendCallbackRoomMods.SCR_BackendCallbackRoomMods ( Room  room)

Member Function Documentation

◆ GetRoom()

Room SCR_BackendCallbackRoomMods.GetRoom ( )

Member Data Documentation

◆ m_Room

Room SCR_BackendCallbackRoomMods.m_Room
protected

The documentation for this interface was generated from the following file: