![]() |
TrinityCore
|
#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 () 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 | |
| Packet & | operator= (Packet const &right)=delete |
| 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 | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 768 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 771 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 836 of file PartyPackets.cpp.
Here is the caller graph for this function:| uint32 WorldPackets::Party::ReceivePingWorldPoint::MapID = 0 |
Definition at line 776 of file PartyPackets.h.
| uint32 WorldPackets::Party::ReceivePingWorldPoint::PinFrameID = 0 |
Definition at line 779 of file PartyPackets.h.
| Duration<Milliseconds, int32> WorldPackets::Party::ReceivePingWorldPoint::PingDuration |
Definition at line 780 of file PartyPackets.h.
| TaggedPosition<Position::XYZ> WorldPackets::Party::ReceivePingWorldPoint::Point |
Definition at line 777 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::ReceivePingWorldPoint::SenderGUID |
Definition at line 775 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::ReceivePingWorldPoint::Transport |
Definition at line 781 of file PartyPackets.h.
| PingSubjectType WorldPackets::Party::ReceivePingWorldPoint::Type = { } |
Definition at line 778 of file PartyPackets.h.