![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for OutdoorPvPScript:Public Member Functions | |
| ~OutdoorPvPScript () | |
| virtual OutdoorPvP * | GetOutdoorPvP (Map *map) const =0 |
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 | |
| OutdoorPvPScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 515 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |
|
pure virtual |