Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorkshopJob.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
19sealed class WorkshopJob
20{
21 private void WorkshopJob();
22 //Script is allowed to hold ref to the job to preserve session history of jobs after they finish.
23 void ~WorkshopJob();
24
26 proto external WorkshopAssetBase GetAsset();
31 proto external WorkshopRevisionBase GetRevision();
36 proto external WorkshopRevisionBase GetPreviousRevision();
41 proto external EWorkshopJobTask GetTask();
43 proto external EWorkshopJobState GetState();
49 proto external bool IsCanceled();
54 proto external float GetProcessProgress();
59 proto external int GetProcessTotalKB();
64 proto external int GetProcessDoneKB();
66 proto external int GetWriteSpeedKBpS();
71 proto external float GetDownloadProgress();
76 proto external int GetDownloadTotalKB();
81 proto external int GetDownloadDoneKB();
83 proto external int GetDownloadSpeedKBpS();
91 proto external void Pause();
97 proto external void Resume(notnull BackendCallback callback);
102 proto external void SetQueuePriority(int priority);
106 proto external int GetQueuePriority();
116 proto external void Cancel(notnull BackendCallback callback);
121 proto external void ForceCancel();
127 proto external void Retry(notnull BackendCallback callback);
128}
129
SCR_ScenarioFrameworkTask GetTask()
proto external void Pause()
proto external EParticleEffectState GetState()
EWorkshopJobTask
Determines what task is WorkshopJob supposed to do.
EWorkshopJobState
Determines state in which WorkshopJob currently is in.