TrinityCore
Loading...
Searching...
No Matches
WorldPackets::LFG::LFGJoin Class Referencefinal

#include <LFGPackets.h>

+ Inheritance diagram for WorldPackets::LFG::LFGJoin:

Public Member Functions

 LFGJoin (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

uint32 Roles = 0
 
Array< uint32, 50 > Slots
 
std::string Comment
 
bool NoPartialClear = false
 
bool Achievements = false
 
std::array< uint8, 3 > Needs = { }
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 26 of file LFGPackets.h.

Constructor & Destructor Documentation

◆ LFGJoin()

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

Definition at line 29 of file LFGPackets.h.

Member Function Documentation

◆ Read()

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

Implements WorldPackets::Packet.

Definition at line 20 of file LFGPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Achievements

bool WorldPackets::LFG::LFGJoin::Achievements = false

Definition at line 37 of file LFGPackets.h.

◆ Comment

std::string WorldPackets::LFG::LFGJoin::Comment

Definition at line 35 of file LFGPackets.h.

◆ Needs

std::array<uint8, 3> WorldPackets::LFG::LFGJoin::Needs = { }

Definition at line 38 of file LFGPackets.h.

◆ NoPartialClear

bool WorldPackets::LFG::LFGJoin::NoPartialClear = false

Definition at line 36 of file LFGPackets.h.

◆ Roles

uint32 WorldPackets::LFG::LFGJoin::Roles = 0

Definition at line 33 of file LFGPackets.h.

◆ Slots

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

Definition at line 34 of file LFGPackets.h.


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