![]() |
TrinityCore
|
This hook is responsible for swapping CommandScript's. More...
Inheritance diagram for ScriptRegistrySwapHooks< CommandScript, Base >:Public Member Functions | |
| void | BeforeReleaseContext (std::string const &) final override |
| Called before the actual context release happens. | |
| void | BeforeSwapContext (bool) override |
| Called before SwapContext. | |
| void | BeforeUnload () final override |
| Called before Unload. | |
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 |
This hook is responsible for swapping CommandScript's.
Definition at line 873 of file ScriptMgr.cpp.
|
inlinefinaloverridevirtual |
Called before the actual context release happens.
Reimplemented from ScriptRegistrySwapHookBase.
Definition at line 877 of file ScriptMgr.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Called before SwapContext.
Reimplemented from ScriptRegistrySwapHookBase.
Definition at line 882 of file ScriptMgr.cpp.
Here is the call graph for this function:
|
inlinefinaloverridevirtual |
Called before Unload.
Reimplemented from ScriptRegistrySwapHookBase.
Definition at line 887 of file ScriptMgr.cpp.
Here is the call graph for this function: