TrinityCore
WorldPackets::Totem::TotemDestroyed Class Referencefinal

#include <TotemPackets.h>

+ Inheritance diagram for WorldPackets::Totem::TotemDestroyed:

Public Member Functions

 TotemDestroyed (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient 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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid TotemGUID
 
uint8 Slot = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 29 of file TotemPackets.h.

Constructor & Destructor Documentation

◆ TotemDestroyed()

WorldPackets::Totem::TotemDestroyed::TotemDestroyed ( WorldPacket &&  packet)
inline

Definition at line 32 of file TotemPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Totem::TotemDestroyed::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 20 of file TotemPackets.cpp.

Member Data Documentation

◆ Slot

uint8 WorldPackets::Totem::TotemDestroyed::Slot = 0

Definition at line 37 of file TotemPackets.h.

◆ TotemGUID

ObjectGuid WorldPackets::Totem::TotemDestroyed::TotemGUID

Definition at line 36 of file TotemPackets.h.


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