![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | UploadSaveCommand |
Enumerations | |
| enum | EBackendCallbackState { EBCS_PENDING, EBCS_SUCCESS, EBCS_ERROR, EBCS_TIMEOUT } |
Functions | |
| override void | OnError (int code, int restCode, int apiCode) |
| override void | OnSuccess (int code) |
| override void | OnTimeout () |
Variables | |
| enum EBackendCallbackState | m_eState = EBackendCallbackState.EBCS_PENDING |
| Enumerator | |
|---|---|
| EBCS_PENDING | |
| EBCS_SUCCESS | |
| EBCS_ERROR | |
| EBCS_TIMEOUT | |
Definition at line 1 of file UploadSaveCommand.c.
Definition at line 13 of file UploadSaveCommand.c.
| override void OnSuccess | ( | int | code | ) |
Definition at line 18 of file UploadSaveCommand.c.
| override void OnTimeout | ( | ) |
Definition at line 23 of file UploadSaveCommand.c.
| enum EBackendCallbackState m_eState = EBackendCallbackState.EBCS_PENDING |