TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Battleground::BattlemasterJoin Class Referencefinal

#include <BattlegroundPackets.h>

+ Inheritance diagram for WorldPackets::Battleground::BattlemasterJoin:

Public Member Functions

 BattlemasterJoin (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket constWrite () override final
 
OpcodeClient 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
 

Public Attributes

ObjectGuid BattlemasterGuid
 
uint32 BattlemasterListID = 0
 
uint32 InstanceID = 0
 
bool JoinAsGroup = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 194 of file BattlegroundPackets.h.

Constructor & Destructor Documentation

◆ BattlemasterJoin()

WorldPackets::Battleground::BattlemasterJoin::BattlemasterJoin ( WorldPacket &&  packet)
inline

Definition at line 197 of file BattlegroundPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Battleground::BattlemasterJoin::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 100 of file BattlegroundPackets.cpp.

Member Data Documentation

◆ BattlemasterGuid

ObjectGuid WorldPackets::Battleground::BattlemasterJoin::BattlemasterGuid

Definition at line 201 of file BattlegroundPackets.h.

◆ BattlemasterListID

uint32 WorldPackets::Battleground::BattlemasterJoin::BattlemasterListID = 0

Definition at line 202 of file BattlegroundPackets.h.

◆ InstanceID

uint32 WorldPackets::Battleground::BattlemasterJoin::InstanceID = 0

Definition at line 203 of file BattlegroundPackets.h.

◆ JoinAsGroup

bool WorldPackets::Battleground::BattlemasterJoin::JoinAsGroup = false

Definition at line 204 of file BattlegroundPackets.h.


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