![]() |
TrinityCore
|
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 | |
| ByteBuffer & | operator<< (ByteBuffer &data, PVPMatchStatistics::RatingData const &ratingData) |
| ByteBuffer & | operator<< (ByteBuffer &data, PVPMatchStatistics::HonorData const &honorData) |
| ByteBuffer & | operator<< (ByteBuffer &data, PVPMatchStatistics::PVPMatchPlayerPVPStat const &pvpStat) |
| ByteBuffer & | operator<< (ByteBuffer &data, PVPMatchStatistics::PVPMatchPlayerStatistics const &playerData) |
| ByteBuffer & | operator<< (ByteBuffer &data, PVPMatchStatistics const &pvpLogData) |
| ByteBuffer & | operator<< (ByteBuffer &data, BattlefieldStatusHeader const &header) |
| ByteBuffer & | operator<< (ByteBuffer &data, BattlegroundPlayerPosition const &playerPosition) |
| ByteBuffer & | operator<< (ByteBuffer &data, RatedPvpInfo::BracketInfo const &bracketInfo) |
| ByteBuffer & | operator<< (ByteBuffer &data, RatedMatchDeserterPenalty const &ratedMatchDeserterPenalty) |
| ByteBuffer & | operator<< (ByteBuffer &data, BattlegroundCapturePointInfo const &battlegroundCapturePointInfo) |
|
strong |
| Enumerator | |
|---|---|
| Neutral | |
| ContestedHorde | |
| ContestedAlliance | |
| HordeCaptured | |
| AllianceCaptured | |
Definition at line 535 of file BattlegroundPackets.h.
|
strong |
| Enumerator | |
|---|---|
| Waiting | |
| StartUp | |
| Engaged | |
| PostRound | |
| Inactive | |
| Complete | |
Definition at line 484 of file BattlegroundPackets.h.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| BattlefieldStatusHeader const & | header | ||
| ) |
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| BattlegroundCapturePointInfo const & | battlegroundCapturePointInfo | ||
| ) |
Definition at line 433 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| BattlegroundPlayerPosition const & | playerPosition | ||
| ) |
Definition at line 309 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| PVPMatchStatistics const & | pvpLogData | ||
| ) |
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| PVPMatchStatistics::HonorData const & | honorData | ||
| ) |
Definition at line 70 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| PVPMatchStatistics::PVPMatchPlayerPVPStat const & | pvpStat | ||
| ) |
Definition at line 79 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| PVPMatchStatistics::PVPMatchPlayerStatistics const & | playerData | ||
| ) |
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| PVPMatchStatistics::RatingData const & | ratingData | ||
| ) |
Definition at line 58 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| RatedMatchDeserterPenalty const & | ratedMatchDeserterPenalty | ||
| ) |
Definition at line 384 of file BattlegroundPackets.cpp.
| ByteBuffer & WorldPackets::Battleground::operator<< | ( | ByteBuffer & | data, |
| RatedPvpInfo::BracketInfo const & | bracketInfo | ||
| ) |