![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for DynamicObjectScript:Public Member Functions | |
| ~DynamicObjectScript () | |
| virtual void | OnUpdate (DynamicObject *obj, uint32 diff) |
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 | |
| DynamicObjectScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 625 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |
|
virtual |
Definition at line 2837 of file ScriptMgr.cpp.