TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Battleground::PVPOptionsEnabled Class Referencefinal

#include <BattlegroundPackets.h>

Public Member Functions

 PVPOptionsEnabled ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () overridefinal
 
void Clear ()
 
WorldPacket && Move ()
 
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
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

bool WargameArenas = false
 
bool RatedArenas = false
 
bool WargameBattlegrounds = false
 
bool ArenaSkirmish = false
 
bool PugBattlegrounds = false
 
bool RatedBattlegrounds = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Constructor & Destructor Documentation

WorldPackets::Battleground::PVPOptionsEnabled::PVPOptionsEnabled ( )
inline
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.h:49
Definition: Opcodes.h:1389

Member Function Documentation

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

Implements WorldPackets::Packet.

228 {
236  return &_worldPacket;
237 }
bool RatedArenas
Definition: BattlegroundPackets.h:299
bool WargameBattlegrounds
Definition: BattlegroundPackets.h:300
bool RatedBattlegrounds
Definition: BattlegroundPackets.h:303
void FlushBits()
Definition: ByteBuffer.h:150
WorldPacket _worldPacket
Definition: Packet.h:43
bool WriteBit(uint32 bit)
Definition: ByteBuffer.h:170
bool ArenaSkirmish
Definition: BattlegroundPackets.h:301
bool PugBattlegrounds
Definition: BattlegroundPackets.h:302
bool WargameArenas
Definition: BattlegroundPackets.h:298

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

bool WorldPackets::Battleground::PVPOptionsEnabled::ArenaSkirmish = false
bool WorldPackets::Battleground::PVPOptionsEnabled::PugBattlegrounds = false
bool WorldPackets::Battleground::PVPOptionsEnabled::RatedArenas = false
bool WorldPackets::Battleground::PVPOptionsEnabled::RatedBattlegrounds = false
bool WorldPackets::Battleground::PVPOptionsEnabled::WargameArenas = false
bool WorldPackets::Battleground::PVPOptionsEnabled::WargameBattlegrounds = false

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