MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / ClearBody

Function ClearBody

src/Hook/Hooks_NetPacket.cpp:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434namespace Hooks_NetPacket_FamilySharing {
435
436 void ClearBody(const uint8*, uint32)
437 {
438 LOG_NETPACKET_DEBUG("Clearing family sharing message...");
439 g_cbNewBody = 0;
440 g_NeedReplaceBody = true;
441 }
442
443} // namespace Hooks_NetPacket_FamilySharing
444

Callers 2

RecvServiceJobFunction · 0.85
RecvJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected