| 
    Arma Reforger Script API
    
   | 
 
  
Public Member Functions | |
| void | SCR_WorkshopApiCallback_RequestPage (int pageId) | 
| void | ~SCR_WorkshopApiCallback_RequestPage (ContentBrowserUI contentBrowser, int tabId, int pageId) | 
  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 () | 
Public Attributes | |
| int | m_iPageId | 
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.   | |
  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_WorkshopApiCallback_RequestPage.SCR_WorkshopApiCallback_RequestPage | ( | int | pageId | ) | 
| void SCR_WorkshopApiCallback_RequestPage.~SCR_WorkshopApiCallback_RequestPage | ( | ContentBrowserUI | contentBrowser, | 
| int | tabId, | ||
| int | pageId ) | 
| int SCR_WorkshopApiCallback_RequestPage.m_iPageId |