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

Method OnStatsLoaded

BG3Extender/Extender/Shared/ExtensionState.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 void ExtensionStateBase::OnStatsLoaded()
244 {
245 LuaVirtualPin lua(*this);
246 if (lua) {
247 lua->OnStatsLoaded();
248 }
249 }
250
251 void ExtensionStateBase::OnModuleResume()
252 {

Callers 1

OnStatsLoadGuardedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected