![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Inheritance diagram for WorldPackets::Battleground::PVPMatchInitialize:Public Member Functions | |
| PVPMatchInitialize () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () 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 |
| ConnectionType | GetConnection () const |
Public Attributes | |
| uint32 | MapID = 0 |
| PVPMatchState | State = PVPMatchState::Inactive |
| Timestamp | StartTime |
| WorldPackets::Duration< Seconds > | Duration |
| Optional< RatedMatchDeserterPenalty > | DeserterPenalty |
| uint8 | ArenaFaction = 0 |
| uint32 | BattlemasterListID = 0 |
| bool | Registered = false |
| bool | AffectsRating = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 494 of file BattlegroundPackets.h.
|
inlineexplicit |
Definition at line 497 of file BattlegroundPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 393 of file BattlegroundPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Battleground::PVPMatchInitialize::AffectsRating = false |
Definition at line 509 of file BattlegroundPackets.h.
| uint8 WorldPackets::Battleground::PVPMatchInitialize::ArenaFaction = 0 |
Definition at line 506 of file BattlegroundPackets.h.
| uint32 WorldPackets::Battleground::PVPMatchInitialize::BattlemasterListID = 0 |
Definition at line 507 of file BattlegroundPackets.h.
| Optional<RatedMatchDeserterPenalty> WorldPackets::Battleground::PVPMatchInitialize::DeserterPenalty |
Definition at line 505 of file BattlegroundPackets.h.
| WorldPackets::Duration<Seconds> WorldPackets::Battleground::PVPMatchInitialize::Duration |
Definition at line 504 of file BattlegroundPackets.h.
| uint32 WorldPackets::Battleground::PVPMatchInitialize::MapID = 0 |
Definition at line 501 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPMatchInitialize::Registered = false |
Definition at line 508 of file BattlegroundPackets.h.
| Timestamp WorldPackets::Battleground::PVPMatchInitialize::StartTime |
Definition at line 503 of file BattlegroundPackets.h.
| PVPMatchState WorldPackets::Battleground::PVPMatchInitialize::State = PVPMatchState::Inactive |
Definition at line 502 of file BattlegroundPackets.h.