TrinityCore
WorldPackets::Party::ReceivePingWorldPoint Class Referencefinal

#include <PartyPackets.h>

+ Inheritance diagram for WorldPackets::Party::ReceivePingWorldPoint:

Public Member Functions

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

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 720 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ ReceivePingWorldPoint()

WorldPackets::Party::ReceivePingWorldPoint::ReceivePingWorldPoint ( )
inline

Definition at line 723 of file PartyPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Party::ReceivePingWorldPoint::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 771 of file PartyPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ MapID

uint32 WorldPackets::Party::ReceivePingWorldPoint::MapID = 0

Definition at line 728 of file PartyPackets.h.

◆ PinFrameID

uint32 WorldPackets::Party::ReceivePingWorldPoint::PinFrameID = 0

Definition at line 731 of file PartyPackets.h.

◆ Point

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

Definition at line 729 of file PartyPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Party::ReceivePingWorldPoint::SenderGUID

Definition at line 727 of file PartyPackets.h.

◆ Type

PingSubjectType WorldPackets::Party::ReceivePingWorldPoint::Type = PingSubjectType::Max

Definition at line 730 of file PartyPackets.h.


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