TrinityCore
WorldPackets::Battleground::PVPMatchInitialize Class Referencefinal

#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 () 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
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

uint32 MapID = 0
 
PVPMatchState State = PVPMatchState::Inactive
 
Timestamp StartTime
 
WorldPackets::Duration< SecondsDuration
 
Optional< RatedMatchDeserterPenaltyDeserterPenalty
 
uint8 ArenaFaction = 0
 
uint32 BattlemasterListID = 0
 
bool Registered = false
 
bool AffectsRating = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 490 of file BattlegroundPackets.h.

Constructor & Destructor Documentation

◆ PVPMatchInitialize()

WorldPackets::Battleground::PVPMatchInitialize::PVPMatchInitialize ( )
inline

Definition at line 493 of file BattlegroundPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Battleground::PVPMatchInitialize::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 367 of file BattlegroundPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ AffectsRating

bool WorldPackets::Battleground::PVPMatchInitialize::AffectsRating = false

Definition at line 505 of file BattlegroundPackets.h.

◆ ArenaFaction

uint8 WorldPackets::Battleground::PVPMatchInitialize::ArenaFaction = 0

Definition at line 502 of file BattlegroundPackets.h.

◆ BattlemasterListID

uint32 WorldPackets::Battleground::PVPMatchInitialize::BattlemasterListID = 0

Definition at line 503 of file BattlegroundPackets.h.

◆ DeserterPenalty

Optional<RatedMatchDeserterPenalty> WorldPackets::Battleground::PVPMatchInitialize::DeserterPenalty

Definition at line 501 of file BattlegroundPackets.h.

◆ Duration

WorldPackets::Duration<Seconds> WorldPackets::Battleground::PVPMatchInitialize::Duration

Definition at line 500 of file BattlegroundPackets.h.

◆ MapID

uint32 WorldPackets::Battleground::PVPMatchInitialize::MapID = 0

Definition at line 497 of file BattlegroundPackets.h.

◆ Registered

bool WorldPackets::Battleground::PVPMatchInitialize::Registered = false

Definition at line 504 of file BattlegroundPackets.h.

◆ StartTime

Timestamp WorldPackets::Battleground::PVPMatchInitialize::StartTime

Definition at line 499 of file BattlegroundPackets.h.

◆ State

PVPMatchState WorldPackets::Battleground::PVPMatchInitialize::State = PVPMatchState::Inactive

Definition at line 498 of file BattlegroundPackets.h.


The documentation for this class was generated from the following files: