Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ CustomFunctionLibrary
Method
CustomFunctionLibrary
BG3Extender/Osiris/Functions/FunctionLibrary.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace bg3se::esv
9
{
10
CustomFunctionLibrary::CustomFunctionLibrary(OsirisExtender & osiris)
11
: osiris_(osiris)
12
{}
13
14
void CustomFunctionLibrary::Register()
15
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected