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

Method ShouldTriggerGlobalBreakpoint

OsiInterface/Debugger.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 bool BreakpointManager::ShouldTriggerGlobalBreakpoint(GlobalBreakpointType globalBpType)
336 {
337 return (globalBreakpoints_ & globalBpType) != 0;
338 }
339
340
341

Callers 4

StoryLoadedMethod · 0.80
MergeFinishedMethod · 0.80
GameInitHookMethod · 0.80
DeleteAllDataHookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected