MCPcopy Create free account
hub / github.com/Rat431/ColdAPI_Steam / SteamAPI_GetSteamInstallPath

Function SteamAPI_GetSteamInstallPath

src/ColdAPI_Steam/Steam_data.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 return true;
20}
21EXPORTMYFUNC const char* SteamAPI_GetSteamInstallPath()
22{
23 return ColdAPI_General::ColdAPI_GetSteamInstallPath();
24}
25EXPORTMYFUNC bool SteamAPI_RestartAppIfNecessary(uint32_t unOwnAppID)
26{
27 Steam_Config::AppId = unOwnAppID;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected