TrinityCore
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, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
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
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid Totem
 
int32 SpellID = 0
 
WorldPackets::Duration< Milliseconds, int32Duration
 
uint8 Slot = 0
 
float TimeMod = 1.0f
 
bool CannotDismiss = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 40 of file TotemPackets.h.

Constructor & Destructor Documentation

◆ TotemCreated()

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

Definition at line 43 of file TotemPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 26 of file TotemPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ CannotDismiss

bool WorldPackets::Totem::TotemCreated::CannotDismiss = false

Definition at line 52 of file TotemPackets.h.

◆ Duration

WorldPackets::Duration<Milliseconds, int32> WorldPackets::Totem::TotemCreated::Duration

Definition at line 49 of file TotemPackets.h.

◆ Slot

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

Definition at line 50 of file TotemPackets.h.

◆ SpellID

int32 WorldPackets::Totem::TotemCreated::SpellID = 0

Definition at line 48 of file TotemPackets.h.

◆ TimeMod

float WorldPackets::Totem::TotemCreated::TimeMod = 1.0f

Definition at line 51 of file TotemPackets.h.

◆ Totem

ObjectGuid WorldPackets::Totem::TotemCreated::Totem

Definition at line 47 of file TotemPackets.h.


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