Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DownloadManager.c File Reference

Go to the source code of this file.

Classes

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 834 of file SCR_DownloadManager.c.

Function Documentation

◆ ScriptInvoker_DownloadManagerAction()

◆ ScriptInvoker_DownloadManagerActionError()