Class BattleGround [-] [+]
Contains the state of a battleground, e.g. Warsong Gulch, Arathi Basin, etc.
Inherits all methods from: none
Methods
GetAlivePlayersCountByTeam |
Returns the amount of alive players in the BattleGround by the team ID. |
GetBonusHonorFromKillCount |
Returns the bonus honor given by amount of kills in the specific BattleGround. |
GetBracketId |
Returns the bracket ID of the specific BattleGround. |
GetEndTime |
Returns the end time of the BattleGround. |
GetFreeSlotsForTeam |
Returns the amount of free slots for the selected team in the specific BattleGround. |
GetInstanceId |
Returns the instance ID of the BattleGround. |
GetMap |
Returns the Map of the BattleGround. |
GetMapId |
Returns the map ID of the BattleGround. |
GetMaxLevel |
Returns the max allowed Player level of the specific BattleGround. |
GetMaxPlayers |
Returns the maximum allowed Player count of the specific BattleGround. |
GetMaxPlayersPerTeam |
Returns the maximum allowed Player count per team of the specific BattleGround. |
GetMinLevel |
Returns the minimum allowed Player level of the specific BattleGround. |
GetMinPlayers |
Returns the minimum allowed Player count of the specific BattleGround. |
GetMinPlayersPerTeam |
Returns the minimum allowed Player count per team of the specific BattleGround. |
GetName |
Returns the name of the BattleGround. |
GetStatus |
Returns the status of the specific BattleGround. |
GetTypeId |
Returns the type ID of the BattleGround. |
GetWinner |
Returns the winning team of the specific BattleGround. |