TrinityCore
WorldPackets::CombatLog::SpellDispellLog Class Reference

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::SpellDispellLog:

Public Member Functions

 SpellDispellLog ()
 
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

std::vector< SpellDispellDataDispellData
 
ObjectGuid CasterGUID
 
ObjectGuid TargetGUID
 
int32 DispelledBySpellID = 0
 
bool IsBreak = false
 
bool IsSteal = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 165 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellDispellLog()

WorldPackets::CombatLog::SpellDispellLog::SpellDispellLog ( )
inline

Definition at line 168 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::CombatLog::SpellDispellLog::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 434 of file CombatLogPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ CasterGUID

ObjectGuid WorldPackets::CombatLog::SpellDispellLog::CasterGUID

Definition at line 173 of file CombatLogPackets.h.

◆ DispellData

std::vector<SpellDispellData> WorldPackets::CombatLog::SpellDispellLog::DispellData

Definition at line 172 of file CombatLogPackets.h.

◆ DispelledBySpellID

int32 WorldPackets::CombatLog::SpellDispellLog::DispelledBySpellID = 0

Definition at line 175 of file CombatLogPackets.h.

◆ IsBreak

bool WorldPackets::CombatLog::SpellDispellLog::IsBreak = false

Definition at line 176 of file CombatLogPackets.h.

◆ IsSteal

bool WorldPackets::CombatLog::SpellDispellLog::IsSteal = false

Definition at line 177 of file CombatLogPackets.h.

◆ TargetGUID

ObjectGuid WorldPackets::CombatLog::SpellDispellLog::TargetGUID

Definition at line 174 of file CombatLogPackets.h.


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