TrinityCore
BattlegroundScript Class Referenceabstract

#include <ScriptMgr.h>

+ Inheritance diagram for BattlegroundScript:

Public Member Functions

 ~BattlegroundScript ()
 
virtual BattlegroundGetBattleground () const =0
 
- Public Member Functions inherited from ScriptObject
 ScriptObject (ScriptObject const &right)=delete
 
 ScriptObject (ScriptObject &&right)=delete
 
ScriptObjectoperator= (ScriptObject const &right)=delete
 
ScriptObjectoperator= (ScriptObject &&right)=delete
 
std::string const & GetName () const
 

Protected Member Functions

 BattlegroundScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 504 of file ScriptMgr.h.

Constructor & Destructor Documentation

◆ BattlegroundScript()

BattlegroundScript::BattlegroundScript ( char const *  name)
explicitprotected

Definition at line 2705 of file ScriptMgr.cpp.

+ Here is the call graph for this function:

◆ ~BattlegroundScript()

BattlegroundScript::~BattlegroundScript ( )
default

Member Function Documentation

◆ GetBattleground()

virtual Battleground * BattlegroundScript::GetBattleground ( ) const
pure virtual

The documentation for this class was generated from the following files: