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

Method isSteamPresent

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

Source from the content-addressed store, hash-verified

258 }
259
260 bool SteamPaths::isSteamPresent() const
261 {
262 return !roots.empty();
263 }
264
265 u8string SteamPaths::getDownloadDepotFolder(u8string_view steamroot, const SteamGameData& data) const
266 {

Callers 3

triggerSteamDownloadFunction · 0.80
FindRCT1PathFunction · 0.80
FindRCT2SteamPathFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected