![]() |
TrinityCore
|
#include <BattlegroundMgr.h>
Public Member Functions | |
| bool | IsArena () const |
| uint16 | GetMinPlayersPerTeam () const |
| uint16 | GetMaxPlayersPerTeam () const |
| uint8 | GetMinLevel () const |
| uint8 | GetMaxLevel () const |
Public Attributes | |
| BattlegroundTypeId | Id |
| WorldSafeLocsEntry const * | StartLocation [PVP_TEAMS_COUNT] = { } |
| float | MaxStartDistSq |
| uint8 | Weight |
| uint32 | ScriptId |
| BattlemasterListEntry const * | BattlemasterEntry |
| std::vector< int32 > | MapIDs |
Definition at line 47 of file BattlegroundMgr.h.
| uint8 BattlegroundTemplate::GetMaxLevel | ( | ) | const |
| uint16 BattlegroundTemplate::GetMaxPlayersPerTeam | ( | ) | const |
| uint8 BattlegroundTemplate::GetMinLevel | ( | ) | const |
| uint16 BattlegroundTemplate::GetMinPlayersPerTeam | ( | ) | const |
| bool BattlegroundTemplate::IsArena | ( | ) | const |
Definition at line 37 of file BattlegroundMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| BattlemasterListEntry const* BattlegroundTemplate::BattlemasterEntry |
Definition at line 54 of file BattlegroundMgr.h.
| BattlegroundTypeId BattlegroundTemplate::Id |
Definition at line 49 of file BattlegroundMgr.h.
| std::vector<int32> BattlegroundTemplate::MapIDs |
Definition at line 55 of file BattlegroundMgr.h.
| float BattlegroundTemplate::MaxStartDistSq |
Definition at line 51 of file BattlegroundMgr.h.
| uint32 BattlegroundTemplate::ScriptId |
Definition at line 53 of file BattlegroundMgr.h.
| WorldSafeLocsEntry const* BattlegroundTemplate::StartLocation[PVP_TEAMS_COUNT] = { } |
Definition at line 50 of file BattlegroundMgr.h.
| uint8 BattlegroundTemplate::Weight |
Definition at line 52 of file BattlegroundMgr.h.