![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for AreaTriggerEntityScript:Public Member Functions | |
| ~AreaTriggerEntityScript () | |
| virtual AreaTriggerAI * | GetAI (AreaTrigger *at) const |
Public Member Functions inherited from ScriptObject | |
| ScriptObject (ScriptObject const &right)=delete | |
| ScriptObject (ScriptObject &&right)=delete | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Protected Member Functions | |
| AreaTriggerEntityScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 894 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |
|
virtual |
Reimplemented in SmartAreaTriggerEntityScript, GenericAreaTriggerEntityScript< AI >, and at_guardians_breath< ColorSpellId >.
Definition at line 3151 of file ScriptMgr.cpp.