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

Method LoadBootstrap

BG3Extender/Lua/LuaBinding.cpp:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void State::LoadBootstrap(STDString const& path, STDString const& modTable)
547{
548 OPTICK_EVENT(Optick::Category::IO);
549 CallExt("_LoadBootstrap", RestrictAll, path, modTable);
550}
551
552void State::FinishStartup()
553{

Callers 2

LuaLoadGameBootstrapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected