![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvokerBase< ScriptInvoker_ActionDownloadProgress > | GetOnDownloadProgress () |
| ScriptInvokerBase< ScriptInvoker_ActionDownloadFullStorage > | GetOnFullStorageError () |
| void | SCR_WorkshopItemActionDownload (SCR_WorkshopItem wrapper, bool latestVersion, Revision revision=null) |
| Revision | GetTargetRevision () |
| Revision | GetStartRevision () |
| Returns the version which was at the moment when the download was started. | |
| bool | GetTargetedAtLatestVersion () |
| bool | GetUpdate () |
| Returns true when this is an update, false when regular download. | |
| float | GetProgress () |
| Returns current download progress if active or paused, 1 if complete, otherwise 0. | |
| float | GetProcessingProgress () |
| float | GetSizeBytes () |
| Returns download size. Might return 0 until the actiion is activated. | |
| override bool | OnActivate () |
| override bool | OnReactivate () |
| override bool | OnCancel () |
| bool | GetRunningAsync () |
| bool | IsRunningAsyncSolved () |
| bool | IsPauseAsyncSolved () |
| override bool | OnPause () |
| void | OnPauseResponse (BackendCallback callback) |
| void | OnPauseError (BackendCallback callback) |
| override bool | OnResume () |
| override void | OnComplete () |
| bool | StartDownloadOrLoadDetails () |
| override void | Internal_Update (float timeSlice) |
| void | Callback_OnError (BackendCallback callback) |
| void | FullStorageFail () |
| SCR_WorkshopItemActionDownload | RetryDownload () |
| Try redownload failed addon. | |
| void | ForceFail () |
| float | GetDownloadSize () |
| bool | IsProcessing () |
Protected Attributes | |
| ref Revision | m_StartVersion |
| ref Revision | m_TargetRevision |
| bool | m_bTargetVersionLatest |
| ref BackendCallback | m_Callback |
| float | m_fSizeBytes |
| bool | m_bWaitingForRevisions |
| bool | m_bDownloadStarted |
| float | m_fProgress |
| float | m_fProcessingProgress |
| float | m_fDownloadedSize |
| bool | m_bAddonEnabledAtStart |
| ref BackendCallback | m_PauseDownloadCallback = new BackendCallback() |
| bool | m_bRunningImmediate |
| bool | m_bRunningAsync |
| ref ScriptInvokerBase< ScriptInvoker_ActionDownloadProgress > | m_OnDownloadProgress |
| ref ScriptInvokerBase< ScriptInvoker_ActionDownloadFullStorage > | m_OnFullStorageError |
Definition at line 9 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 60 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 359 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 405 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 384 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 411 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 42 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 51 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 114 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Returns current download progress if active or paused, 1 if complete, otherwise 0.
Definition at line 106 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 157 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Returns download size. Might return 0 until the actiion is activated.
Definition at line 121 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Returns the version which was at the moment when the download was started.
Definition at line 86 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 92 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Returns the target version. !! If you were targeting latest version, but the actual download has not started because it is waiting for more data from backend, then this will return an empty string until the data is fetched from backend.
Definition at line 78 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Returns true when this is an update, false when regular download.
Definition at line 99 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 295 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 169 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 417 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 163 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 127 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 149 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 244 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 175 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 205 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 197 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 143 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Definition at line 212 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
Try redownload failed addon.
Definition at line 398 of file SCR_WorkshopItemActionDownload.c.
|
inlineprotected |
We can't start download before details are loaded, because details have the revisions. Starts download immediately or loads details of workshop item.
Definition at line 253 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 31 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 24 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 36 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 35 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 14 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 21 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 16 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 28 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 27 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 26 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 18 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 38 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 39 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 34 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 11 of file SCR_WorkshopItemActionDownload.c.
|
protected |
Definition at line 12 of file SCR_WorkshopItemActionDownload.c.