|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <BattlegroundQueue.h>
Public Member Functions | |
| bool | AddGroup (GroupQueueInfo *ginfo, uint32 desiredCount) |
| uint32 | GetPlayerCount () const |
| void | Init () |
| bool | KickGroup (uint32 size) |
| SelectionPool () | |
Public Attributes | |
| GroupsQueueType | SelectedGroups |
Private Attributes | |
| uint32 | PlayerCount |
Definition at line 93 of file BattlegroundQueue.h.
|
inline |
Definition at line 96 of file BattlegroundQueue.h.
References PlayerCount.
| bool BattlegroundQueue::SelectionPool::AddGroup | ( | GroupQueueInfo * | ginfo, |
| uint32 | desiredCount ) |
Definition at line 97 of file BattlegroundQueue.cpp.
References GroupQueueInfo::IsInvitedToBGInstanceGUID, PlayerCount, GroupQueueInfo::Players, and SelectedGroups.
|
inline |
Definition at line 100 of file BattlegroundQueue.h.
References PlayerCount.
Referenced by KickGroup().
| void BattlegroundQueue::SelectionPool::Init | ( | ) |
Definition at line 54 of file BattlegroundQueue.cpp.
References PlayerCount, and SelectedGroups.
| bool BattlegroundQueue::SelectionPool::KickGroup | ( | uint32 | size | ) |
Definition at line 64 of file BattlegroundQueue.cpp.
References GetPlayerCount(), PlayerCount, GroupQueueInfo::Players, and SelectedGroups.
|
private |
Definition at line 104 of file BattlegroundQueue.h.
Referenced by AddGroup(), GetPlayerCount(), Init(), KickGroup(), and SelectionPool().
| GroupsQueueType BattlegroundQueue::SelectionPool::SelectedGroups |
Definition at line 102 of file BattlegroundQueue.h.
Referenced by AddGroup(), Init(), and KickGroup().