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

Go to the source code of this file.

Data Structures

class  SCR_DownloadManagerClass
 
class  SCR_DownloadManager
 
class  SCR_DownloadManager_Entry
 Helper class to store current downloads and their attributes. More...
 

Typedefs

typedef func ScriptInvoker_DownloadManagerAction
 
typedef func ScriptInvoker_DownloadManagerActionError
 

Enumerations

enum  EDownloadManagerActionState { INACTIVE, RUNNING, FAILED, DOWNLOADED }
 Enum describing current state of downloading action. More...
 

Functions

void ScriptInvoker_DownloadManagerAction (SCR_WorkshopItemActionDownload action)
 
void ScriptInvoker_DownloadManagerActionError (SCR_WorkshopItemActionDownload action, int reason)
 

Typedef Documentation

◆ ScriptInvoker_DownloadManagerAction

◆ ScriptInvoker_DownloadManagerActionError

Enumeration Type Documentation

◆ EDownloadManagerActionState

Enum describing current state of downloading action.

Enumerator
INACTIVE 
RUNNING 
FAILED 
DOWNLOADED 

Definition at line 846 of file SCR_DownloadManager.c.

Function Documentation

◆ ScriptInvoker_DownloadManagerAction()

◆ ScriptInvoker_DownloadManagerActionError()