![]() |
TrinityCore
|
#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 () final |
| OpcodeClient | 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 |
| ObjectGuid | Transport |
| Duration< Milliseconds, int32 > | PingDuration |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 752 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 755 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 825 of file PartyPackets.cpp.
| uint32 WorldPackets::Party::SendPingWorldPoint::MapID = 0 |
Definition at line 760 of file PartyPackets.h.
| uint32 WorldPackets::Party::SendPingWorldPoint::PinFrameID = 0 |
Definition at line 763 of file PartyPackets.h.
| Duration<Milliseconds, int32> WorldPackets::Party::SendPingWorldPoint::PingDuration |
Definition at line 765 of file PartyPackets.h.
| TaggedPosition<Position::XYZ> WorldPackets::Party::SendPingWorldPoint::Point |
Definition at line 761 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::SendPingWorldPoint::SenderGUID |
Definition at line 759 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::SendPingWorldPoint::Transport |
Definition at line 764 of file PartyPackets.h.
| PingSubjectType WorldPackets::Party::SendPingWorldPoint::Type = { } |
Definition at line 762 of file PartyPackets.h.