![]() |
TrinityCore
|
Inheritance diagram for UnsupportedScriptRegistrySwapHooks< Base >:Public Member Functions | |
| void | BeforeReleaseContext (std::string const &context) final override |
| Called before the actual context release happens. | |
Public Member Functions inherited from ScriptRegistrySwapHookBase | |
| ScriptRegistrySwapHookBase () | |
| virtual | ~ScriptRegistrySwapHookBase () |
| ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase const &)=delete | |
| ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase &&)=delete | |
| ScriptRegistrySwapHookBase & | operator= (ScriptRegistrySwapHookBase const &)=delete |
| ScriptRegistrySwapHookBase & | operator= (ScriptRegistrySwapHookBase &&)=delete |
| virtual void | BeforeSwapContext (bool) |
| Called before SwapContext. | |
| virtual void | BeforeUnload () |
| Called before Unload. | |
| virtual void | OnScriptNamesSync () |
| Called manually to sync scriptnames. | |
Definition at line 378 of file ScriptMgr.cpp.
|
inlinefinaloverridevirtual |
Called before the actual context release happens.
Reimplemented from ScriptRegistrySwapHookBase.
Definition at line 382 of file ScriptMgr.cpp.