![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::ReceivePingUnit:Public Member Functions | |
| ReceivePingUnit () | |
| 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 |
| ObjectGuid | TargetGUID |
| PingSubjectType | Type = { } |
| uint32 | PinFrameID = 0 |
| Duration< Milliseconds, int32 > | PingDuration |
| Optional< uint32 > | CreatureID |
| Optional< uint32 > | SpellOverrideNameID |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 736 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 739 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 805 of file PartyPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 748 of file PartyPackets.h.
| uint32 WorldPackets::Party::ReceivePingUnit::PinFrameID = 0 |
Definition at line 746 of file PartyPackets.h.
| Duration<Milliseconds, int32> WorldPackets::Party::ReceivePingUnit::PingDuration |
Definition at line 747 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::ReceivePingUnit::SenderGUID |
Definition at line 743 of file PartyPackets.h.
Definition at line 749 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::ReceivePingUnit::TargetGUID |
Definition at line 744 of file PartyPackets.h.
| PingSubjectType WorldPackets::Party::ReceivePingUnit::Type = { } |
Definition at line 745 of file PartyPackets.h.