![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Inheritance diagram for WorldPackets::Battleground::PVPMatchStatistics:Public Member Functions | |
| PVPMatchStatistics () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200) | |
| void | Read () override final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
Public Attributes | |
| Optional< uint8 > | Winner |
| std::vector< PVPLogData_Player > | Players |
| Optional< PVPLogData_Arena > | Arena |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 109 of file BattlegroundPackets.h.
|
inline |
Definition at line 112 of file BattlegroundPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 81 of file BattlegroundPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Optional<PVPLogData_Arena> WorldPackets::Battleground::PVPMatchStatistics::Arena |
Definition at line 118 of file BattlegroundPackets.h.
| std::vector<PVPLogData_Player> WorldPackets::Battleground::PVPMatchStatistics::Players |
Definition at line 117 of file BattlegroundPackets.h.
Definition at line 116 of file BattlegroundPackets.h.