![]() |
TrinityCore
|
#include <PartyPackets.h>
Public Member Functions | |
ReceivePingWorldPoint () | |
WorldPacket const * | Write () override |
![]() | |
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 |
![]() | |
Packet (WorldPacket &&worldPacket) | |
virtual | ~Packet ()=default |
Packet (Packet const &right)=delete | |
Packet & | operator= (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 = { } |
uint32 | PinFrameID = 0 |
Duration< Milliseconds, int32 > | PingDuration |
ObjectGuid | Transport |
Additional Inherited Members | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 738 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 741 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 791 of file PartyPackets.cpp.
uint32 WorldPackets::Party::ReceivePingWorldPoint::MapID = 0 |
Definition at line 746 of file PartyPackets.h.
uint32 WorldPackets::Party::ReceivePingWorldPoint::PinFrameID = 0 |
Definition at line 749 of file PartyPackets.h.
Duration<Milliseconds, int32> WorldPackets::Party::ReceivePingWorldPoint::PingDuration |
Definition at line 750 of file PartyPackets.h.
TaggedPosition<Position::XYZ> WorldPackets::Party::ReceivePingWorldPoint::Point |
Definition at line 747 of file PartyPackets.h.
ObjectGuid WorldPackets::Party::ReceivePingWorldPoint::SenderGUID |
Definition at line 745 of file PartyPackets.h.
ObjectGuid WorldPackets::Party::ReceivePingWorldPoint::Transport |
Definition at line 751 of file PartyPackets.h.
PingSubjectType WorldPackets::Party::ReceivePingWorldPoint::Type = { } |
Definition at line 748 of file PartyPackets.h.