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