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

Method StaticQueryWrapper

BG3Extender/Osiris/Shared/CustomFunctions.cpp:645–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645bool CustomFunctionInjector::StaticQueryWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params)
646{
647 auto& self = gExtender->GetServer().Osiris().GetCustomFunctionInjector();
648 return self.QueryWrapper(next, handle, params);
649}
650
651bool CustomFunctionInjector::CallWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc * params)
652{

Callers

nothing calls this directly

Calls 2

QueryWrapperMethod · 0.95
GetServerMethod · 0.80

Tested by

no test coverage detected