MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / Begin

Method Begin

src/openrct2-ui/windows/ObjectLoadError.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 public:
81 void Begin(const std::vector<ObjectEntryDescriptor>& entries)
82 {
83 _lastDownloadStatusInfo = {};
84 _downloadStatusInfo = {};
85 _lastDownloadSource = {};
86 _entries = entries;
87 _currentDownloadIndex = 0;
88 _downloadingObjects = true;
89 QueueNextDownload();
90 }
91
92 bool IsDownloading() const
93 {

Callers 2

TryLoadSequenceMethod · 0.45
DownloadAllObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected