TrinityCore
Loading...
Searching...
No Matches
BattlegroundPackets.cpp File Reference
#include "BattlegroundPackets.h"
#include "Battleground.h"
+ Include dependency graph for BattlegroundPackets.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::PVPLogData_RatingData const &ratingData)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::PVPLogData_Arena const &arena)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::PVPLogData_Honor const &honorData)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::PVPLogData_Player const &playerData)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::BattlefieldStatusHeader const &header)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Battleground::BattlegroundPlayerPosition const &playerPosition)
 

Function Documentation

◆ operator<<() [1/6]

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

Definition at line 116 of file BattlegroundPackets.cpp.

◆ operator<<() [2/6]

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

Definition at line 236 of file BattlegroundPackets.cpp.

◆ operator<<() [3/6]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Battleground::PVPLogData_Arena const &  arena 
)

Definition at line 50 of file BattlegroundPackets.cpp.

◆ operator<<() [4/6]

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

Definition at line 59 of file BattlegroundPackets.cpp.

◆ operator<<() [5/6]

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

Definition at line 67 of file BattlegroundPackets.cpp.

◆ operator<<() [6/6]

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

Definition at line 39 of file BattlegroundPackets.cpp.