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

Function SteamGameSearch

src/ColdAPI_Steam/Steam_data.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
98}
99EXPORTMYFUNC void* SteamInput()
100{
101 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_INPUT, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected