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

Function SteamParties

src/ColdAPI_Steam/Steam_data.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_INPUT, NULL, false);
102}
103EXPORTMYFUNC void* SteamParties()
104{
105 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARTIES, NULL, false);
106}
107EXPORTMYFUNC void* SteamGameServer()
108{
109 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESERVER, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected