AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
BGData Struct Reference

#include "Player.h"

Public Member Functions

 BGData ()=default
 

Public Attributes

uint32 bgInstanceID {0}
 
BattlegroundTypeId bgTypeID {BATTLEGROUND_TYPE_NONE}
 
TeamId bgTeamId {TEAM_NEUTRAL}
 
uint32 bgQueueSlot {PLAYER_MAX_BATTLEGROUND_QUEUES}
 
bool isInvited {false}
 
bool bgIsRandom {false}
 
GuidSet bgAfkReporter
 
uint8 bgAfkReportedCount {0}
 
time_t bgAfkReportedTimer {0}
 

Detailed Description

Constructor & Destructor Documentation

◆ BGData()

BGData::BGData ( )
default

Member Data Documentation

◆ bgAfkReportedCount

uint8 BGData::bgAfkReportedCount {0}

◆ bgAfkReportedTimer

time_t BGData::bgAfkReportedTimer {0}
1049{0};

Referenced by Player::UpdateAfkReport().

◆ bgAfkReporter

GuidSet BGData::bgAfkReporter

◆ bgInstanceID

uint32 BGData::bgInstanceID {0}

◆ bgIsRandom

bool BGData::bgIsRandom {false}

◆ bgQueueSlot

uint32 BGData::bgQueueSlot {PLAYER_MAX_BATTLEGROUND_QUEUES}
#define PLAYER_MAX_BATTLEGROUND_QUEUES
Definition SharedDefines.h:176

Referenced by Player::GetCurrentBattlegroundQueueSlot(), and Player::SetBattlegroundId().

◆ bgTeamId

TeamId BGData::bgTeamId {TEAM_NEUTRAL}
1042{TEAM_NEUTRAL};
@ TEAM_NEUTRAL
Definition SharedDefines.h:762

Referenced by Player::GetBgTeamId(), and Player::SetBattlegroundId().

◆ bgTypeID

@ BATTLEGROUND_TYPE_NONE
Definition SharedDefines.h:3480

Referenced by Player::GetBattlegroundTypeId(), and Player::SetBattlegroundId().

◆ isInvited

bool BGData::isInvited {false}

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