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

Method CustomQueryBase

BG3Extender/Osiris/Shared/CustomFunctions.h:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 {
185 public:
186 inline CustomQueryBase(STDString const & name, std::vector<CustomFunctionParam> params)
187 : CustomFunction(name, std::move(params))
188 {}
189
190 virtual bool Query(OsiArgumentDesc & params) = 0;
191

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected