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

Function SteamBilling

src/ColdAPI_Steam/Steam_data.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
82}
83EXPORTMYFUNC void* SteamContentServer()
84{
85 return ColdAPI_General::ProvideInterface(CSteamInterface::STEAM_CONTENTSERVER, NULL, false);

Callers

nothing calls this directly

Calls 1

ProvideInterfaceFunction · 0.85

Tested by

no test coverage detected