MCPcopy Create free account
hub / github.com/Norbyte/bg3se / CallQueryPreHook

Method CallQueryPreHook

BG3Extender/Osiris/Debugger/Debugger.cpp:885–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 }
884
885 void Debugger::CallQueryPreHook(Node * node, OsiArgumentDesc * args)
886 {
887 ServerThreadReentry();
888
889#if defined(DUMP_TRACEPOINTS)
890 DEBUG("CallQuery(Node %d)", node->Id);
891#endif
892 // No breakpoint allowed on CallQuery
893 }
894
895 void Debugger::CallQueryPostHook(Node * node, OsiArgumentDesc * args, bool succeeded)
896 {

Callers 1

WrappedCallQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected