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

Method Shutdown

BG3Extender/Extender/Client/ScriptExtenderClient.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ScriptExtender::Shutdown()
93{
94 DEBUG("ecl::ScriptExtender::Shutdown: Exiting");
95 sdl_.DisableHooks();
96 ContextGuardAnyThread _(ContextType::Client);
97 ResetExtensionState();
98}
99
100void ScriptExtender::PostStartup()
101{

Callers 1

ShutdownLuaStateMethod · 0.45

Calls 1

DisableHooksMethod · 0.45

Tested by

no test coverage detected