![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for BattlefieldScript:Public Member Functions | |
| ~BattlefieldScript () | |
| virtual Battlefield * | GetBattlefield (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 | |
| BattlefieldScript (char const *name) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Definition at line 502 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |
|
pure virtual |
Implemented in Battlefield_tol_barad, and Battlefield_wintergrasp.