![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static SCR_DownloadManager | GetInstance () |
| static bool | IsLatestDownloadRequired (SCR_WorkshopItem item) |
| static void | SelectAddonsForLatestDownload (array< ref SCR_WorkshopItem > arrayIn, array< ref SCR_WorkshopItem > arrayOut) |
| static float | GetTotalSizeBytes (array< ref SCR_WorkshopItem > arrayIn, SCR_WorkshopItem extraItem=null) |
| static float | GetDownloadActionsProgress (array< ref SCR_WorkshopItemActionDownload > actions) |
| Returns overall progress of all download actions, from 0 to 1. | |
| static float | GetItemDownloadActionsProgress (SCR_WorkshopItem item) |
| Returns overall download progress for all actions of a workshop item. | |
Static Protected Attributes | |
| static SCR_DownloadManager | s_Instance |
Definition at line 20 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 496 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 722 of file SCR_DownloadManager.c.
|
inlineprotected |
Called from aciton when a download is completed.
Definition at line 673 of file SCR_DownloadManager.c.
|
inlineprotected |
Call on downloading fail to show download manager dialog with problematic.
Definition at line 695 of file SCR_DownloadManager.c.
|
inlineprotected |
Call on full addons storage reached to display storage limit reached error.
Definition at line 712 of file SCR_DownloadManager.c.
|
inlineprotected |
Gets called when a new download action is created. !!! Action creation doesn't mean start of a download. At this point the action is created but it is not activated yet.
Definition at line 631 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 490 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 776 of file SCR_DownloadManager.c.
|
inlineprotected |
Start downloading list of given addons.
Definition at line 740 of file SCR_DownloadManager.c.
|
inlineprotected |
Start downloading list of dependencies of given revision Mainly used for server browser content download
Definition at line 379 of file SCR_DownloadManager.c.
|
inlineprotected |
Return true if there is addon with given id in download queue.
Definition at line 123 of file SCR_DownloadManager.c.
|
inlineprotected |
Start downloading list of scripted workshop items Mainly used for server browser content download
Definition at line 351 of file SCR_DownloadManager.c.
|
inlineprotected |
Creates new download actions for downloading latest version of main item and all its dependencies. The actions are started if downloads are not paused in the download manager (GetDownloadsPaused()) If the GetDownloadsPaused() is true, the actions are created but not activated.
Definition at line 313 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 412 of file SCR_DownloadManager.c.
|
inlineprotected |
Ends all downloads in a safe manner. It is meant to be caused when we start a scenario or exit the game. The function should handle the termination of all downloads in safest way currently possible.
Definition at line 219 of file SCR_DownloadManager.c.
Definition at line 562 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 614 of file SCR_DownloadManager.c.
|
inlineprotected |
End all running downloads as fail.
Definition at line 730 of file SCR_DownloadManager.c.
|
inlineprotected |
Return item action for given workshop item.
Definition at line 155 of file SCR_DownloadManager.c.
|
inlineprotected |
Returns an array of all downloads regardless of their state.
Definition at line 98 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Returns overall progress of all download actions, from 0 to 1.
Definition at line 425 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 539 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 138 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 533 of file SCR_DownloadManager.c.
|
inlineprotected |
Might get delayed by a frame! Just use it for UI.
Definition at line 109 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 209 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 478 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Definition at line 91 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Returns overall download progress for all actions of a workshop item.
Definition at line 446 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 77 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 68 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 59 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Definition at line 392 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 229 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 116 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 244 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Checks if we need to start a new download of some addon Compared to just checking if it's offline, it is more contextual Because it also checks current download
Definition at line 273 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 769 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 663 of file SCR_DownloadManager.c.
|
inlineprotected |
Definition at line 190 of file SCR_DownloadManager.c.
|
inlineprotected |
Remove previous download action if downloaded addon (item) has same ID as parameter item Use to prevent displaying same addon in downloading multiple times
Definition at line 507 of file SCR_DownloadManager.c.
|
inlinestaticprotected |
Definition at line 300 of file SCR_DownloadManager.c.
Paused or resumes all downloads globally Pause/resume of all downloads is called recursivelly to prevent freezing
Count = -1 setup the intial pause and starts late call
Definition at line 170 of file SCR_DownloadManager.c.
|
protected |
Definition at line 22 of file SCR_DownloadManager.c.
|
protected |
Definition at line 24 of file SCR_DownloadManager.c.
|
protected |
Definition at line 44 of file SCR_DownloadManager.c.
|
protected |
Definition at line 29 of file SCR_DownloadManager.c.
|
protected |
Definition at line 34 of file SCR_DownloadManager.c.
|
protected |
Definition at line 45 of file SCR_DownloadManager.c.
|
protected |
Definition at line 42 of file SCR_DownloadManager.c.
|
protected |
Definition at line 39 of file SCR_DownloadManager.c.
|
protected |
Definition at line 38 of file SCR_DownloadManager.c.
|
protected |
Definition at line 37 of file SCR_DownloadManager.c.
|
protected |
Definition at line 35 of file SCR_DownloadManager.c.
|
protected |
Definition at line 56 of file SCR_DownloadManager.c.
|
protected |
Definition at line 54 of file SCR_DownloadManager.c.
|
protected |
Definition at line 51 of file SCR_DownloadManager.c.
|
protected |
Definition at line 52 of file SCR_DownloadManager.c.
|
protected |
Definition at line 53 of file SCR_DownloadManager.c.
|
protected |
Script invoker for new downloads ALways gets called after the new download is registered in the download manager.
Definition at line 49 of file SCR_DownloadManager.c.
|
staticprotected |
Definition at line 26 of file SCR_DownloadManager.c.