![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | CreateLoadingOverlay () |
| void | AllPatchSizeLoaded () |
| After all dependencies patch loaded start loading patch size for main item. | |
| void | HandleError () |
| Unified behavior for error and timeout. | |
| void | SetupAddonFail (SCR_WorkshopItemActionDownload action) |
| Open download manager and set action to fail. | |
| void | ShowRestrictedItemDialog () |
| Show main addon restricted dialog. | |
| void | ShowConfirmationUI () |
| Show download confirm dialog base on main item size and dependencies. | |
| void | OnItemError (SCR_WorkshopItem item) |
| void | OnAllDependenciesDetailsLoaded () |
| Called when finally all the details of all dependencies are loaded. | |
| void | OnRestrictedDependenciesFound (SCR_DownloadSequence sequence, array< ref SCR_WorkshopItem > dependencies) |
| void | OnItemDependenciesLoaded (notnull SCR_WorkshopItem item) |
| Called from SCR_WorkshopItem.m_OnDependenciesLoaded. | |
| void | OnItemGetAsset (SCR_WorkshopItem item) |
| Call when main item (addon) is loaded. | |
| void | OnItemPatchLoaded () |
| void | OnItemPatchError () |
| void | SCR_WorkshopDownloadSequence (array< ref SCR_WorkshopItem > dependencies, SCR_WorkshopItem item, Revision itemTargetRevision) |
| void | ~SCR_WorkshopDownloadSequence () |
Static Protected Member Functions | |
| static SCR_WorkshopDownloadSequence | Create (SCR_WorkshopItem item, Revision itemTargetRevision, SCR_WorkshopDownloadSequence previous) |
| Tries to create a new request if previous doesn't exist or finished. Otherwise returns the previous request. | |
Protected Attributes | |
| ref SCR_WorkshopItem | m_Item |
| ref Revision | m_ItemTargetRevision |
| SCR_LoadingOverlayDialog | m_LoadingOverlay |
Static Protected Attributes | |
| static float | LOADING_DELAY = 500 |
Extended download sequence for workshop downloading Instead of just dependencies main m_Item is used for downloading single item
Is displaying workshop donwload related UI and automatically starts download
Definition at line 12 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Definition at line 265 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Definition at line 287 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
After all dependencies patch loaded start loading patch size for main item.
Definition at line 55 of file SCR_WorkshopDownloadSequence.c.
|
inlinestaticprotected |
Tries to create a new request if previous doesn't exist or finished. Otherwise returns the previous request.
Definition at line 27 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Definition at line 38 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Unified behavior for error and timeout.
Definition at line 68 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Called when finally all the details of all dependencies are loaded.
Definition at line 170 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Called from SCR_WorkshopItem.m_OnDependenciesLoaded.
Definition at line 190 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Definition at line 161 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Call when main item (addon) is loaded.
Definition at line 218 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Call when main item patch size fails to load Server as AllPatchSizeLoaded in base class
Definition at line 255 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Call when main item patch size is loaded Server as AllPatchSizeLoaded in base class
Definition at line 233 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Definition at line 182 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Open download manager and set action to fail.
Definition at line 95 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Show download confirm dialog base on main item size and dependencies.
Definition at line 116 of file SCR_WorkshopDownloadSequence.c.
|
inlineprotected |
Show main addon restricted dialog.
Definition at line 103 of file SCR_WorkshopDownloadSequence.c.
|
staticprotected |
Definition at line 14 of file SCR_WorkshopDownloadSequence.c.
|
protected |
Definition at line 16 of file SCR_WorkshopDownloadSequence.c.
|
protected |
Definition at line 17 of file SCR_WorkshopDownloadSequence.c.
|
protected |
Definition at line 19 of file SCR_WorkshopDownloadSequence.c.