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

Method Query

BG3Extender/Osiris/Shared/CustomFunctions.cpp:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129bool CustomQuery::Query(OsiArgumentDesc & params)
130{
131 if (!ValidateArgs(params)) {
132 return false;
133 }
134
135 return handler_(std::ref(params));
136}
137
138
139void CustomFunctionManager::BeginStaticRegistrationPhase()

Callers 2

QueryWrapperMethod · 0.80
OsiLuaModQueryFunction · 0.80

Calls 3

classIndexMethod · 0.80
functionIndexMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected