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

Function SteamClient

src/ColdAPI_Steam/Steam_data.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_APPS, NULL, false);
70}
71EXPORTMYFUNC void* SteamClient()
72{
73 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CLIENT, NULL, false);
74}
75EXPORTMYFUNC void* SteamController()
76{
77 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CONTROLLER, NULL, false);

Callers 2

InitMethod · 0.85
Steamclient.hFile · 0.85

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected