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

Method GameInitHook

OsiInterface/Debugger.cpp:425–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 void Debugger::GameInitHook()
426 {
427 ServerThreadReentry();
428 isInitialized_ = true;
429 if (breakpoints_.ShouldTriggerGlobalBreakpoint(GlobalBreakpointType::GlobalBreakOnGameInit)) {
430 GlobalBreakpointInServerThread(GlobalBreakpointReason::GameInit);
431 }
432 }
433
434 void Debugger::DeleteAllDataHook()
435 {

Callers 1

OnInitGameMethod · 0.80

Calls 1

Tested by

no test coverage detected