Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ OnModuleLoadStarted
Method
OnModuleLoadStarted
BG3Extender/Extender/Shared/ExtensionState.cpp:235–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void ExtensionStateBase::OnModuleLoadStarted()
236
{
237
LuaVirtualPin lua(*this);
238
if (lua) {
239
lua->OnModuleLoadStarted();
240
}
241
}
242
243
void ExtensionStateBase::OnStatsLoaded()
244
{
Callers
1
OnStatsLoadGuarded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected