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

Function Steam_BGetCallback

src/ColdAPI_Steam/Steam_data.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 return;
374}
375EXPORTMYFUNC bool Steam_BGetCallback(HSteamPipe hSteamPipe, CallbackMsg_t* pCallbackMsg)
376{
377 return SteamCallback::CCGetCallBack(pCallbackMsg);
378}
379EXPORTMYFUNC void Steam_FreeLastCallback(HSteamPipe hSteamPipe)
380{
381 SteamCallback::FreeCB();

Callers

nothing calls this directly

Calls 1

CCGetCallBackFunction · 0.85

Tested by

no test coverage detected