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

Function SteamContentServer

src/ColdAPI_Steam/Steam_data.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_BILLING, NULL, false);
82}
83EXPORTMYFUNC void* SteamContentServer()
84{
85 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CONTENTSERVER, NULL, false);
86}
87EXPORTMYFUNC void* SteamFriends()
88{
89 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_FRIENDS, NULL, false);

Callers 1

Steamclient.hFile · 0.85

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected