TrinityCore
WorldPackets::LFG::LFGJoinResult Class Referencefinal

#include <LFGPackets.h>

+ Inheritance diagram for WorldPackets::LFG::LFGJoinResult:

Public Member Functions

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

RideTicket Ticket
 
uint8 Result = 0
 
uint8 ResultDetail = 0
 
std::vector< LFGBlackListBlackList
 
std::vector< std::string const * > BlackListNames
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 281 of file LFGPackets.h.

Constructor & Destructor Documentation

◆ LFGJoinResult()

WorldPackets::LFG::LFGJoinResult::LFGJoinResult ( )
inline

Definition at line 284 of file LFGPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::LFG::LFGJoinResult::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 271 of file LFGPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ BlackList

std::vector<LFGBlackList> WorldPackets::LFG::LFGJoinResult::BlackList

Definition at line 291 of file LFGPackets.h.

◆ BlackListNames

std::vector<std::string const*> WorldPackets::LFG::LFGJoinResult::BlackListNames

Definition at line 292 of file LFGPackets.h.

◆ Result

uint8 WorldPackets::LFG::LFGJoinResult::Result = 0

Definition at line 289 of file LFGPackets.h.

◆ ResultDetail

uint8 WorldPackets::LFG::LFGJoinResult::ResultDetail = 0

Definition at line 290 of file LFGPackets.h.

◆ Ticket

RideTicket WorldPackets::LFG::LFGJoinResult::Ticket

Definition at line 288 of file LFGPackets.h.


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