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

Method GetICallback

src/ColdAPI_Steam/CSteamCallbacks.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 virtual void Run(void* pvParam) = 0;
10 virtual void Run(void* pvParam, bool bIOFailure, unsigned long long hSteamAPICall) = 0;
11 int GetICallback() { return m_iCallback; }
12 // Change current callback ID.
13 void SetICallback(int b) { m_iCallback = b; }
14 virtual int GetCallbackSizeBytes() = 0;

Callers 1

RunCallbacksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected