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

Method getDownloadDepotFolder

src/openrct2/platform/Platform.Common.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 u8string SteamPaths::getDownloadDepotFolder(u8string_view steamroot, const SteamGameData& data) const
266 {
267 return Path::Combine(
268 steamroot, downloadDepotFolder, "app_" + std::to_string(data.appId), "depot_" + std::to_string(data.depotId));
269 }
270
271 bool triggerSteamDownload()
272 {

Callers 2

FindRCT1PathFunction · 0.80
FindRCT2SteamPathFunction · 0.80

Calls 1

CombineFunction · 0.50

Tested by

no test coverage detected