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

Function SteamApps

src/ColdAPI_Steam/Steam_data.cpp:67–70  ·  view source on GitHub ↗

SteamAccessors attempt.

Source from the content-addressed store, hash-verified

65
66// SteamAccessors attempt.
67EXPORTMYFUNC void* SteamApps()
68{
69 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_APPS, NULL, false);
70}
71EXPORTMYFUNC void* SteamClient()
72{
73 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CLIENT, NULL, false);

Callers 1

Steamclient.hFile · 0.85

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected