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

Method StaticCallWrapper

BG3Extender/Osiris/Shared/CustomFunctions.cpp:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639bool CustomFunctionInjector::StaticCallWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params)
640{
641 auto& self = gExtender->GetServer().Osiris().GetCustomFunctionInjector();
642 return self.CallWrapper(next, handle, params);
643}
644
645bool CustomFunctionInjector::StaticQueryWrapper(DivFunctions::CallProc next, uint32_t handle, OsiArgumentDesc* params)
646{

Callers

nothing calls this directly

Calls 2

CallWrapperMethod · 0.95
GetServerMethod · 0.80

Tested by

no test coverage detected