TrinityCore
BattlegroundTemplate Struct Reference

#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
 

Detailed Description

Definition at line 47 of file BattlegroundMgr.h.

Member Function Documentation

◆ GetMaxLevel()

uint8 BattlegroundTemplate::GetMaxLevel ( ) const

Definition at line 66 of file BattlegroundMgr.cpp.

+ Here is the caller graph for this function:

◆ GetMaxPlayersPerTeam()

uint16 BattlegroundTemplate::GetMaxPlayersPerTeam ( ) const

Definition at line 56 of file BattlegroundMgr.cpp.

+ Here is the caller graph for this function:

◆ GetMinLevel()

uint8 BattlegroundTemplate::GetMinLevel ( ) const

Definition at line 61 of file BattlegroundMgr.cpp.

+ Here is the caller graph for this function:

◆ GetMinPlayersPerTeam()

uint16 BattlegroundTemplate::GetMinPlayersPerTeam ( ) const

Definition at line 51 of file BattlegroundMgr.cpp.

+ Here is the caller graph for this function:

◆ IsArena()

bool BattlegroundTemplate::IsArena ( ) const

Definition at line 46 of file BattlegroundMgr.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ BattlemasterEntry

BattlemasterListEntry const* BattlegroundTemplate::BattlemasterEntry

Definition at line 54 of file BattlegroundMgr.h.

◆ Id

BattlegroundTypeId BattlegroundTemplate::Id

Definition at line 49 of file BattlegroundMgr.h.

◆ MaxStartDistSq

float BattlegroundTemplate::MaxStartDistSq

Definition at line 51 of file BattlegroundMgr.h.

◆ ScriptId

uint32 BattlegroundTemplate::ScriptId

Definition at line 53 of file BattlegroundMgr.h.

◆ StartLocation

WorldSafeLocsEntry const* BattlegroundTemplate::StartLocation[PVP_TEAMS_COUNT] = { }

Definition at line 50 of file BattlegroundMgr.h.

◆ Weight

uint8 BattlegroundTemplate::Weight

Definition at line 52 of file BattlegroundMgr.h.


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