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

Function Steam_RunCallbacks

src/ColdAPI_Steam/Steam_data.cpp:366–370  ·  view source on GitHub ↗

Steam callbacks

Source from the content-addressed store, hash-verified

364
365// Steam callbacks
366EXPORTMYFUNC void Steam_RunCallbacks(HSteamPipe hSteamPipe, bool bGameServerCallbacks)
367{
368 if (!Steam_Config::ClientEmulation)
369 SteamCallback::RunCallbacks();
370}
371EXPORTMYFUNC void Steam_RegisterInterfaceFuncs(void* hModule)
372{
373 return;

Callers

nothing calls this directly

Calls 1

RunCallbacksFunction · 0.85

Tested by

no test coverage detected