AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Battleground.h"
#include "DBCEnums.h"
#include "EventProcessor.h"
#include "ObjectGuid.h"
#include "SharedDefines.h"
#include <array>
Go to the source code of this file.
Classes | |
struct | GroupQueueInfo |
class | BattlegroundQueue |
class | BattlegroundQueue::SelectionPool |
class | BGQueueInviteEvent |
class | BGQueueRemoveEvent |
Enumerations | |
enum | BattlegroundQueueGroupTypes { BG_QUEUE_PREMADE_ALLIANCE , BG_QUEUE_PREMADE_HORDE , BG_QUEUE_NORMAL_ALLIANCE , BG_QUEUE_NORMAL_HORDE , BG_QUEUE_CFBG , BG_QUEUE_MAX = 10 } |
Variables | |
constexpr auto | COUNT_OF_PLAYERS_TO_AVERAGE_WAIT_TIME = 10 |
Enumerator | |
---|---|
BG_QUEUE_PREMADE_ALLIANCE | |
BG_QUEUE_PREMADE_HORDE | |
BG_QUEUE_NORMAL_ALLIANCE | |
BG_QUEUE_NORMAL_HORDE | |
BG_QUEUE_CFBG | |
BG_QUEUE_MAX |
|
constexpr |