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

Function SteamParentalSettings

src/ColdAPI_Steam/Steam_data.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_FRIENDS, NULL, false);
90}
91EXPORTMYFUNC void* SteamParentalSettings()
92{
93 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARENTALSETTINGS, NULL, false);
94}
95EXPORTMYFUNC void* SteamGameSearch()
96{
97 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESEARCH, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected