TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Party::ReceivePingUnit Class Referencefinal

#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
 
Packetoperator= (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, int32PingDuration
 
Optional< uint32CreatureID
 
Optional< uint32SpellOverrideNameID
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 736 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ ReceivePingUnit()

WorldPackets::Party::ReceivePingUnit::ReceivePingUnit ( )
inlineexplicit

Definition at line 739 of file PartyPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Party::ReceivePingUnit::Write ( )
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:

Member Data Documentation

◆ CreatureID

Optional<uint32> WorldPackets::Party::ReceivePingUnit::CreatureID

Definition at line 748 of file PartyPackets.h.

◆ PinFrameID

uint32 WorldPackets::Party::ReceivePingUnit::PinFrameID = 0

Definition at line 746 of file PartyPackets.h.

◆ PingDuration

Duration<Milliseconds, int32> WorldPackets::Party::ReceivePingUnit::PingDuration

Definition at line 747 of file PartyPackets.h.

◆ SenderGUID

ObjectGuid WorldPackets::Party::ReceivePingUnit::SenderGUID

Definition at line 743 of file PartyPackets.h.

◆ SpellOverrideNameID

Optional<uint32> WorldPackets::Party::ReceivePingUnit::SpellOverrideNameID

Definition at line 749 of file PartyPackets.h.

◆ TargetGUID

ObjectGuid WorldPackets::Party::ReceivePingUnit::TargetGUID

Definition at line 744 of file PartyPackets.h.

◆ Type

PingSubjectType WorldPackets::Party::ReceivePingUnit::Type = { }

Definition at line 745 of file PartyPackets.h.


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