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

Function SteamGameServer

src/ColdAPI_Steam/Steam_data.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
110}
111EXPORTMYFUNC void* SteamGameServerHTTP()
112{
113 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_GAMESERVERHTTP, NULL, false);

Callers 1

Steamclient.hFile · 0.85

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected