TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Battleground Namespace Reference

Classes

class  AreaSpiritHealerQuery
 
class  AreaSpiritHealerQueue
 
class  AreaSpiritHealerTime
 
class  BattlefieldLeave
 
class  BattlefieldList
 
class  BattlefieldListRequest
 
class  BattlefieldPort
 
class  BattlefieldStatusActive
 
class  BattlefieldStatusFailed
 
struct  BattlefieldStatusHeader
 
class  BattlefieldStatusNeedConfirmation
 
class  BattlefieldStatusNone
 
class  BattlefieldStatusQueued
 
struct  BattlegroundCapturePointInfo
 
class  BattlegroundPlayerJoined
 
class  BattlegroundPlayerLeft
 
struct  BattlegroundPlayerPosition
 
class  BattlegroundPlayerPositions
 
class  BattlemasterJoin
 
class  BattlemasterJoinArena
 
class  CapturePointRemoved
 
class  DestroyArenaUnit
 
class  GetPVPOptionsEnabled
 
class  HearthAndResurrect
 
class  PVPLogDataRequest
 
class  PVPMatchComplete
 
class  PVPMatchInitialize
 
class  PVPMatchSetState
 
struct  PVPMatchStatistics
 
class  PVPMatchStatisticsMessage
 
class  PVPOptionsEnabled
 
struct  RatedMatchDeserterPenalty
 
class  RatedPvpInfo
 
class  ReportPvPPlayerAFK
 
class  ReportPvPPlayerAFKResult
 
class  RequestBattlefieldStatus
 
class  RequestPVPRewards
 
class  RequestRatedPvpInfo
 
class  SeasonInfo
 
class  UpdateCapturePoint
 

Enumerations

enum class  PVPMatchState : uint8 {
  Waiting = 0 , StartUp = 1 , Engaged = 2 , PostRound = 3 ,
  Inactive = 4 , Complete = 5
}
 
enum class  BattlegroundCapturePointState : uint8 {
  Neutral = 1 , ContestedHorde = 2 , ContestedAlliance = 3 , HordeCaptured = 4 ,
  AllianceCaptured = 5
}
 

Functions

ByteBufferoperator<< (ByteBuffer &data, PVPMatchStatistics::RatingData const &ratingData)
 
ByteBufferoperator<< (ByteBuffer &data, PVPMatchStatistics::HonorData const &honorData)
 
ByteBufferoperator<< (ByteBuffer &data, PVPMatchStatistics::PVPMatchPlayerPVPStat const &pvpStat)
 
ByteBufferoperator<< (ByteBuffer &data, PVPMatchStatistics::PVPMatchPlayerStatistics const &playerData)
 
ByteBufferoperator<< (ByteBuffer &data, PVPMatchStatistics const &pvpLogData)
 
ByteBufferoperator<< (ByteBuffer &data, BattlefieldStatusHeader const &header)
 
ByteBufferoperator<< (ByteBuffer &data, BattlegroundPlayerPosition const &playerPosition)
 
ByteBufferoperator<< (ByteBuffer &data, RatedPvpInfo::BracketInfo const &bracketInfo)
 
ByteBufferoperator<< (ByteBuffer &data, RatedMatchDeserterPenalty const &ratedMatchDeserterPenalty)
 
ByteBufferoperator<< (ByteBuffer &data, BattlegroundCapturePointInfo const &battlegroundCapturePointInfo)
 

Enumeration Type Documentation

◆ BattlegroundCapturePointState

Enumerator
Neutral 
ContestedHorde 
ContestedAlliance 
HordeCaptured 
AllianceCaptured 

Definition at line 535 of file BattlegroundPackets.h.

◆ PVPMatchState

Enumerator
Waiting 
StartUp 
Engaged 
PostRound 
Inactive 
Complete 

Definition at line 484 of file BattlegroundPackets.h.

Function Documentation

◆ operator<<() [1/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
BattlefieldStatusHeader const &  header 
)

Definition at line 176 of file BattlegroundPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
BattlegroundCapturePointInfo const &  battlegroundCapturePointInfo 
)

Definition at line 433 of file BattlegroundPackets.cpp.

◆ operator<<() [3/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
BattlegroundPlayerPosition const &  playerPosition 
)

Definition at line 309 of file BattlegroundPackets.cpp.

◆ operator<<() [4/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
PVPMatchStatistics const &  pvpLogData 
)

Definition at line 135 of file BattlegroundPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [5/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
PVPMatchStatistics::HonorData const &  honorData 
)

Definition at line 70 of file BattlegroundPackets.cpp.

◆ operator<<() [6/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
PVPMatchStatistics::PVPMatchPlayerPVPStat const &  pvpStat 
)

Definition at line 79 of file BattlegroundPackets.cpp.

◆ operator<<() [7/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
PVPMatchStatistics::PVPMatchPlayerStatistics const &  playerData 
)

Definition at line 87 of file BattlegroundPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [8/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
PVPMatchStatistics::RatingData const &  ratingData 
)

Definition at line 58 of file BattlegroundPackets.cpp.

◆ operator<<() [9/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
RatedMatchDeserterPenalty const &  ratedMatchDeserterPenalty 
)

Definition at line 384 of file BattlegroundPackets.cpp.

◆ operator<<() [10/10]

ByteBuffer & WorldPackets::Battleground::operator<< ( ByteBuffer data,
RatedPvpInfo::BracketInfo const &  bracketInfo 
)

Definition at line 349 of file BattlegroundPackets.cpp.

+ Here is the call graph for this function: