MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / SteamAPI_ISteamNetworkingUtils_SetDebugOutputFunction

Function SteamAPI_ISteamNetworkingUtils_SetDebugOutputFunction

dll/flat.cpp:6745–6748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6743}
6744
6745STEAMAPI_API void SteamAPI_ISteamNetworkingUtils_SetDebugOutputFunction( ISteamNetworkingUtils* self, ESteamNetworkingSocketsDebugOutputType eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc )
6746{
6747 return (get_steam_client()->steam_networking_utils)->SetDebugOutputFunction(eDetailLevel, pfnFunc);
6748}
6749
6750STEAMAPI_API steam_bool SteamAPI_ISteamNetworkingUtils_IsFakeIPv4( ISteamNetworkingUtils* self, uint32 nIPv4 )
6751{

Callers

nothing calls this directly

Calls 2

get_steam_clientFunction · 0.85

Tested by

no test coverage detected