![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for WorldStateScript:Public Member Functions | |
| ~WorldStateScript () | |
| virtual void | OnValueChange (int32 worldStateId, int32 oldValue, int32 newValue, Map const *map) |
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 | |
| WorldStateScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 965 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |
|
virtual |
Definition at line 3221 of file ScriptMgr.cpp.