TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Totem::TotemCreated Class Referencefinal

#include <TotemPackets.h>

+ Inheritance diagram for WorldPackets::Totem::TotemCreated:

Public Member Functions

 TotemCreated ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200)
 
void Read () override 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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 

Public Attributes

uint8 Slot = 0
 
ObjectGuid Totem
 
uint32 Duration = 0
 
uint32 SpellID = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 38 of file TotemPackets.h.

Constructor & Destructor Documentation

◆ TotemCreated()

WorldPackets::Totem::TotemCreated::TotemCreated ( )
inline

Definition at line 41 of file TotemPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Totem::TotemCreated::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 25 of file TotemPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Duration

uint32 WorldPackets::Totem::TotemCreated::Duration = 0

Definition at line 47 of file TotemPackets.h.

◆ Slot

uint8 WorldPackets::Totem::TotemCreated::Slot = 0

Definition at line 45 of file TotemPackets.h.

◆ SpellID

uint32 WorldPackets::Totem::TotemCreated::SpellID = 0

Definition at line 48 of file TotemPackets.h.

◆ Totem

ObjectGuid WorldPackets::Totem::TotemCreated::Totem

Definition at line 46 of file TotemPackets.h.


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