MCPcopy Create free account
hub / github.com/Norbyte/ositools / DeleteAllDataHook

Method DeleteAllDataHook

OsiInterface/Debugger.cpp:434–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 }
433
434 void Debugger::DeleteAllDataHook()
435 {
436 ServerThreadReentry();
437 isInitialized_ = false;
438 if (breakpoints_.ShouldTriggerGlobalBreakpoint(GlobalBreakpointType::GlobalBreakOnGameExit)) {
439 GlobalBreakpointInServerThread(GlobalBreakpointReason::GameExit);
440 }
441 }
442
443 ResultCode Debugger::GetDatabaseContents(uint32_t databaseId)
444 {

Callers 1

OnDeleteAllDataMethod · 0.80

Calls 1

Tested by

no test coverage detected