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

Method CustomLuaQuery

BG3Extender/Lua/Osiris/CustomFunction.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28public:
29 inline CustomLuaQuery(STDString const & name, std::vector<CustomFunctionParam> params,
30 RegistryEntry handler)
31 : CustomQueryBase(name, std::move(params)), handler_(std::move(handler))
32 {}
33
34 bool Query(OsiArgumentDesc & params) override;
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected