TrinityCore
WorldPackets::LFG::DFJoin Class Referencefinal

#include <LFGPackets.h>

+ Inheritance diagram for WorldPackets::LFG::DFJoin:

Public Member Functions

 DFJoin (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () 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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

bool QueueAsGroup = false
 
bool Unknown = false
 
Optional< uint8PartyIndex
 
uint8 Roles = 0
 
Array< uint32, 50 > Slots
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 36 of file LFGPackets.h.

Constructor & Destructor Documentation

◆ DFJoin()

WorldPackets::LFG::DFJoin::DFJoin ( WorldPacket &&  packet)
inline

Definition at line 39 of file LFGPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::LFG::DFJoin::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 20 of file LFGPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ PartyIndex

Optional<uint8> WorldPackets::LFG::DFJoin::PartyIndex

Definition at line 45 of file LFGPackets.h.

◆ QueueAsGroup

bool WorldPackets::LFG::DFJoin::QueueAsGroup = false

Definition at line 43 of file LFGPackets.h.

◆ Roles

uint8 WorldPackets::LFG::DFJoin::Roles = 0

Definition at line 46 of file LFGPackets.h.

◆ Slots

Array<uint32, 50> WorldPackets::LFG::DFJoin::Slots

Definition at line 47 of file LFGPackets.h.

◆ Unknown

bool WorldPackets::LFG::DFJoin::Unknown = false

Definition at line 44 of file LFGPackets.h.


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