TrinityCore
ScriptRegistrySwapHooks< CreatureScript, Base > Class Template Reference
+ Inheritance diagram for ScriptRegistrySwapHooks< CreatureScript, Base >:

Additional Inherited Members

- Public Member Functions inherited from CreatureGameObjectAreaTriggerScriptRegistrySwapHooks< Creature, CreatureScript, Base >
void BeforeReleaseContext (std::string const &context) final override
 Called before the actual context release happens. More...
 
void BeforeSwapContext (bool initialize) override
 Called before SwapContext. More...
 
void BeforeUnload () final override
 Called before Unload. More...
 
void OnScriptNamesSync () final override
 Called manually to sync scriptnames. More...
 
- Public Member Functions inherited from ScriptRegistrySwapHookBase
 ScriptRegistrySwapHookBase ()
 
virtual ~ScriptRegistrySwapHookBase ()
 
 ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase const &)=delete
 
 ScriptRegistrySwapHookBase (ScriptRegistrySwapHookBase &&)=delete
 
ScriptRegistrySwapHookBaseoperator= (ScriptRegistrySwapHookBase const &)=delete
 
ScriptRegistrySwapHookBaseoperator= (ScriptRegistrySwapHookBase &&)=delete
 
virtual void BeforeReleaseContext (std::string const &)
 Called before the actual context release happens. More...
 
virtual void BeforeSwapContext (bool)
 Called before SwapContext. More...
 
virtual void BeforeUnload ()
 Called before Unload. More...
 
virtual void OnScriptNamesSync ()
 Called manually to sync scriptnames. More...
 

Detailed Description

template<typename Base>
class ScriptRegistrySwapHooks< CreatureScript, Base >

Definition at line 733 of file ScriptMgr.cpp.


The documentation for this class was generated from the following file: