Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
triggerSteamDownload
Function · 0.80
FindRCT1Path
Function · 0.80
FindRCT2SteamPath
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected