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_DownloadSequence |
Typedefs | |
typedef func | ScriptInvoker_DownloadSequence |
typedef func | ScriptInvoker_DownloadSequenceDependencies |
Functions | |
void | ScriptInvoker_DownloadSequence (SCR_DownloadSequence sequence) |
void | ScriptInvoker_DownloadSequenceDependencies (SCR_DownloadSequence sequence, array< ref SCR_WorkshopItem > dependencies) |
typedef func ScriptInvoker_DownloadSequence |
Definition at line 12 of file SCR_DownloadSequence.c.
Definition at line 16 of file SCR_DownloadSequence.c.
void ScriptInvoker_DownloadSequence | ( | SCR_DownloadSequence | sequence | ) |
Base scripted download seqeuence Take care of starting of downloads from menu This class only solves functionality, not UI
Downloading is not started automatically at base
void ScriptInvoker_DownloadSequenceDependencies | ( | SCR_DownloadSequence | sequence, |
array< ref SCR_WorkshopItem > | dependencies | ||
) |