TrinityCore
WorldPackets::Party::SendPingWorldPoint Class Referencefinal

#include <PartyPackets.h>

+ Inheritance diagram for WorldPackets::Party::SendPingWorldPoint:

Public Member Functions

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

ObjectGuid SenderGUID
 
uint32 MapID = 0
 
TaggedPosition< Position::XYZ > Point
 
PingSubjectType Type = PingSubjectType::Max
 
uint32 PinFrameID = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 706 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ SendPingWorldPoint()

WorldPackets::Party::SendPingWorldPoint::SendPingWorldPoint ( WorldPacket &&  packet)
inlineexplicit

Definition at line 709 of file PartyPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Party::SendPingWorldPoint::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 762 of file PartyPackets.cpp.

Member Data Documentation

◆ MapID

uint32 WorldPackets::Party::SendPingWorldPoint::MapID = 0

Definition at line 714 of file PartyPackets.h.

◆ PinFrameID

uint32 WorldPackets::Party::SendPingWorldPoint::PinFrameID = 0

Definition at line 717 of file PartyPackets.h.

◆ Point

TaggedPosition<Position::XYZ> WorldPackets::Party::SendPingWorldPoint::Point

Definition at line 715 of file PartyPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Party::SendPingWorldPoint::SenderGUID

Definition at line 713 of file PartyPackets.h.

◆ Type

PingSubjectType WorldPackets::Party::SendPingWorldPoint::Type = PingSubjectType::Max

Definition at line 716 of file PartyPackets.h.


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