![]() |
TrinityCore
|
Inheritance diagram for ScriptRegistrySwapHookBase:Public Member Functions | |
| ScriptRegistrySwapHookBase () | |
| virtual | ~ScriptRegistrySwapHookBase () |
| ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase const &)=delete | |
| ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase &&)=delete | |
| ScriptRegistrySwapHookBase & | operator= (ScriptRegistrySwapHookBase const &)=delete |
| ScriptRegistrySwapHookBase & | operator= (ScriptRegistrySwapHookBase &&)=delete |
| virtual void | BeforeReleaseContext (std::string const &) |
| Called before the actual context release happens. | |
| virtual void | BeforeSwapContext (bool) |
| Called before SwapContext. | |
| virtual void | BeforeUnload () |
| Called before Unload. | |
Definition at line 295 of file ScriptMgr.cpp.
|
inline |
Definition at line 298 of file ScriptMgr.cpp.
|
inlinevirtual |
Definition at line 299 of file ScriptMgr.cpp.
|
delete |
|
delete |
|
inlinevirtual |
Called before the actual context release happens.
Reimplemented in ScriptRegistrySwapHooks< CommandScript, Base >, UnsupportedScriptRegistrySwapHooks< Base >, CreatureGameObjectScriptRegistrySwapHooks< ObjectType, ScriptType, Base >, CreatureGameObjectScriptRegistrySwapHooks< Creature, CreatureScript, Base >, CreatureGameObjectScriptRegistrySwapHooks< GameObject, GameObjectScript, Base >, ScriptRegistrySwapHooks< OutdoorPvPScript, Base >, ScriptRegistrySwapHooks< InstanceMapScript, Base >, and ScriptRegistrySwapHooks< SpellScriptLoader, Base >.
Definition at line 308 of file ScriptMgr.cpp.
|
inlinevirtual |
Called before SwapContext.
Reimplemented in CreatureGameObjectScriptRegistrySwapHooks< ObjectType, ScriptType, Base >, CreatureGameObjectScriptRegistrySwapHooks< Creature, CreatureScript, Base >, CreatureGameObjectScriptRegistrySwapHooks< GameObject, GameObjectScript, Base >, ScriptRegistrySwapHooks< OutdoorPvPScript, Base >, ScriptRegistrySwapHooks< InstanceMapScript, Base >, ScriptRegistrySwapHooks< SpellScriptLoader, Base >, and ScriptRegistrySwapHooks< CommandScript, Base >.
Definition at line 311 of file ScriptMgr.cpp.
|
inlinevirtual |
Called before Unload.
Reimplemented in CreatureGameObjectScriptRegistrySwapHooks< ObjectType, ScriptType, Base >, CreatureGameObjectScriptRegistrySwapHooks< Creature, CreatureScript, Base >, CreatureGameObjectScriptRegistrySwapHooks< GameObject, GameObjectScript, Base >, ScriptRegistrySwapHooks< OutdoorPvPScript, Base >, ScriptRegistrySwapHooks< InstanceMapScript, Base >, ScriptRegistrySwapHooks< SpellScriptLoader, Base >, and ScriptRegistrySwapHooks< CommandScript, Base >.
Definition at line 314 of file ScriptMgr.cpp.
|
delete |
|
delete |