![]() |
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 | 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) |
Definition at line 15 of file SCR_DownloadManager.c.
Definition at line 18 of file SCR_DownloadManager.c.
Enum describing current state of downloading action.
| Enumerator | |
|---|---|
| INACTIVE | |
| RUNNING | |
| FAILED | |
| DOWNLOADED | |
Definition at line 846 of file SCR_DownloadManager.c.
| void ScriptInvoker_DownloadManagerActionError | ( | SCR_WorkshopItemActionDownload | action, |
| int | reason | ||
| ) |