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

Method CallQueryPostHook

BG3Extender/Osiris/Debugger/Debugger.cpp:895–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 }
894
895 void Debugger::CallQueryPostHook(Node * node, OsiArgumentDesc * args, bool succeeded)
896 {
897 ServerThreadReentry();
898 // No breakpoint allowed on CallQuery
899
900 lastQueryResults_.results.clear();
901 while (args) {
902 lastQueryResults_.results.push_back(args->Value);
903 args = args->NextParam;
904 }
905 }
906
907 void Debugger::RuleActionPreHook(RuleActionNode * action)
908 {

Callers 1

WrappedCallQueryMethod · 0.80

Calls 2

clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected