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

Function SteamController

src/ColdAPI_Steam/Steam_data.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
78}
79EXPORTMYFUNC void* SteamBilling()
80{
81 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_BILLING, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected