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

Function SteamFriends

src/ColdAPI_Steam/Steam_data.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
90}
91EXPORTMYFUNC void* SteamParentalSettings()
92{
93 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_PARENTALSETTINGS, NULL, false);

Callers 1

Steamclient.hFile · 0.85

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected