![]() |
TrinityCore
|
Inheritance diagram for ScriptRegistrySwapHooks< CreatureScript, Base >:Additional Inherited Members | |
Public Member Functions inherited from CreatureGameObjectAreaTriggerConversationScriptRegistrySwapHooks< Creature, CreatureScript, Base > | |
| void | BeforeReleaseContext (std::string const &context) final override |
| Called before the actual context release happens. | |
| void | BeforeSwapContext (bool initialize) override |
| Called before SwapContext. | |
| void | BeforeUnload () final override |
| Called before Unload. | |
| void | OnScriptNamesSync () final override |
| Called manually to sync scriptnames. | |
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 |
Definition at line 776 of file ScriptMgr.cpp.