TrinityCore
WorldPackets::LFG::LFGProposalUpdate Class Referencefinal

#include <LFGPackets.h>

+ Inheritance diagram for WorldPackets::LFG::LFGProposalUpdate:

Public Member Functions

 LFGProposalUpdate ()
 
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
 
uint64 InstanceID = 0
 
uint32 ProposalID = 0
 
uint32 Slot = 0
 
int8 State = 0
 
uint32 CompletedMask = 0
 
uint32 EncounterMask = 0
 
uint8 Unused = 0
 
bool ValidCompletedMask = false
 
bool ProposalSilent = false
 
bool IsRequeue = false
 
std::vector< LFGProposalUpdatePlayerPlayers
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 382 of file LFGPackets.h.

Constructor & Destructor Documentation

◆ LFGProposalUpdate()

WorldPackets::LFG::LFGProposalUpdate::LFGProposalUpdate ( )
inline

Definition at line 385 of file LFGPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 375 of file LFGPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ CompletedMask

uint32 WorldPackets::LFG::LFGProposalUpdate::CompletedMask = 0

Definition at line 394 of file LFGPackets.h.

◆ EncounterMask

uint32 WorldPackets::LFG::LFGProposalUpdate::EncounterMask = 0

Definition at line 395 of file LFGPackets.h.

◆ InstanceID

uint64 WorldPackets::LFG::LFGProposalUpdate::InstanceID = 0

Definition at line 390 of file LFGPackets.h.

◆ IsRequeue

bool WorldPackets::LFG::LFGProposalUpdate::IsRequeue = false

Definition at line 399 of file LFGPackets.h.

◆ Players

std::vector<LFGProposalUpdatePlayer> WorldPackets::LFG::LFGProposalUpdate::Players

Definition at line 400 of file LFGPackets.h.

◆ ProposalID

uint32 WorldPackets::LFG::LFGProposalUpdate::ProposalID = 0

Definition at line 391 of file LFGPackets.h.

◆ ProposalSilent

bool WorldPackets::LFG::LFGProposalUpdate::ProposalSilent = false

Definition at line 398 of file LFGPackets.h.

◆ Slot

uint32 WorldPackets::LFG::LFGProposalUpdate::Slot = 0

Definition at line 392 of file LFGPackets.h.

◆ State

int8 WorldPackets::LFG::LFGProposalUpdate::State = 0

Definition at line 393 of file LFGPackets.h.

◆ Ticket

RideTicket WorldPackets::LFG::LFGProposalUpdate::Ticket

Definition at line 389 of file LFGPackets.h.

◆ Unused

uint8 WorldPackets::LFG::LFGProposalUpdate::Unused = 0

Definition at line 396 of file LFGPackets.h.

◆ ValidCompletedMask

bool WorldPackets::LFG::LFGProposalUpdate::ValidCompletedMask = false

Definition at line 397 of file LFGPackets.h.


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