Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
UploadSaveCommand.c File Reference

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
 

Enumeration Type Documentation

◆ EBackendCallbackState

Enumerator
EBCS_PENDING 
EBCS_SUCCESS 
EBCS_ERROR 
EBCS_TIMEOUT 

Definition at line 1 of file UploadSaveCommand.c.

Function Documentation

◆ OnError()

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

Definition at line 13 of file UploadSaveCommand.c.

◆ OnSuccess()

override void OnSuccess ( int  code)

Definition at line 18 of file UploadSaveCommand.c.

◆ OnTimeout()

override void OnTimeout ( )

Definition at line 23 of file UploadSaveCommand.c.

Variable Documentation

◆ m_eState