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

Method ShutdownLuaState

BG3Extender/Extender/Client/ExtensionStateClient.cpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ExtensionState::ShutdownLuaState()
53{
54 EnteredCheck();
55 if (Lua) {
56 Lua->OnShutdown();
57 Lua->Shutdown();
58 }
59 Lua.reset();
60}
61
62void ExtensionState::InitializeLuaState()
63{

Callers

nothing calls this directly

Calls 2

OnShutdownMethod · 0.80
ShutdownMethod · 0.45

Tested by

no test coverage detected