TrinityCore
WorldPackets::Battleground::PVPOptionsEnabled Class Referencefinal

#include <BattlegroundPackets.h>

+ Inheritance diagram for WorldPackets::Battleground::PVPOptionsEnabled:

Public Member Functions

 PVPOptionsEnabled ()
 
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

bool RatedBattlegrounds = false
 
bool PugBattlegrounds = false
 
bool WargameBattlegrounds = false
 
bool WargameArenas = false
 
bool RatedArenas = false
 
bool ArenaSkirmish = false
 
bool SoloShuffle = false
 
bool RatedSoloShuffle = false
 
bool BattlegroundBlitz = false
 
bool RatedBattlegroundBlitz = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 319 of file BattlegroundPackets.h.

Constructor & Destructor Documentation

◆ PVPOptionsEnabled()

WorldPackets::Battleground::PVPOptionsEnabled::PVPOptionsEnabled ( )
inline

Definition at line 322 of file BattlegroundPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 258 of file BattlegroundPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ArenaSkirmish

bool WorldPackets::Battleground::PVPOptionsEnabled::ArenaSkirmish = false

Definition at line 331 of file BattlegroundPackets.h.

◆ BattlegroundBlitz

bool WorldPackets::Battleground::PVPOptionsEnabled::BattlegroundBlitz = false

Definition at line 334 of file BattlegroundPackets.h.

◆ PugBattlegrounds

bool WorldPackets::Battleground::PVPOptionsEnabled::PugBattlegrounds = false

Definition at line 327 of file BattlegroundPackets.h.

◆ RatedArenas

bool WorldPackets::Battleground::PVPOptionsEnabled::RatedArenas = false

Definition at line 330 of file BattlegroundPackets.h.

◆ RatedBattlegroundBlitz

bool WorldPackets::Battleground::PVPOptionsEnabled::RatedBattlegroundBlitz = false

Definition at line 335 of file BattlegroundPackets.h.

◆ RatedBattlegrounds

bool WorldPackets::Battleground::PVPOptionsEnabled::RatedBattlegrounds = false

Definition at line 326 of file BattlegroundPackets.h.

◆ RatedSoloShuffle

bool WorldPackets::Battleground::PVPOptionsEnabled::RatedSoloShuffle = false

Definition at line 333 of file BattlegroundPackets.h.

◆ SoloShuffle

bool WorldPackets::Battleground::PVPOptionsEnabled::SoloShuffle = false

Definition at line 332 of file BattlegroundPackets.h.

◆ WargameArenas

bool WorldPackets::Battleground::PVPOptionsEnabled::WargameArenas = false

Definition at line 329 of file BattlegroundPackets.h.

◆ WargameBattlegrounds

bool WorldPackets::Battleground::PVPOptionsEnabled::WargameBattlegrounds = false

Definition at line 328 of file BattlegroundPackets.h.


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