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

Public Member Functions

override void OnError (int code, int restCode, int apiCode)
 
override void OnSuccess (int code)
 
override void OnTimeout ()
 

Public Attributes

EBackendCallbackState m_eState = EBackendCallbackState.EBCS_PENDING
 
EApiCode m_eLastError = EApiCode.EACODE_ERROR_OK
 
EStringMatchType m_eLastMatchType = EStringMatchType.ESMT_EQUALS
 

Member Function Documentation

◆ OnError()

override void StateBackendCallback.OnError ( int  code,
int  restCode,
int  apiCode 
)

◆ OnSuccess()

override void StateBackendCallback.OnSuccess ( int  code)

◆ OnTimeout()

override void StateBackendCallback.OnTimeout ( )

Member Data Documentation

◆ m_eLastError

EApiCode StateBackendCallback.m_eLastError = EApiCode.EACODE_ERROR_OK

◆ m_eLastMatchType

EStringMatchType StateBackendCallback.m_eLastMatchType = EStringMatchType.ESMT_EQUALS

◆ m_eState

EBackendCallbackState StateBackendCallback.m_eState = EBackendCallbackState.EBCS_PENDING

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