TrinityCore
WorldPackets::CombatLog::SpellOrDamageImmune Class Referencefinal

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::SpellOrDamageImmune:

Public Member Functions

 SpellOrDamageImmune ()
 
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 CasterGUID
 
ObjectGuid VictimGUID
 
uint32 SpellID = 0
 
bool IsPeriodic = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 248 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellOrDamageImmune()

WorldPackets::CombatLog::SpellOrDamageImmune::SpellOrDamageImmune ( )
inline

Definition at line 251 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 318 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::SpellOrDamageImmune::CasterGUID

Definition at line 255 of file CombatLogPackets.h.

◆ IsPeriodic

bool WorldPackets::CombatLog::SpellOrDamageImmune::IsPeriodic = false

Definition at line 258 of file CombatLogPackets.h.

◆ SpellID

uint32 WorldPackets::CombatLog::SpellOrDamageImmune::SpellID = 0

Definition at line 257 of file CombatLogPackets.h.

◆ VictimGUID

ObjectGuid WorldPackets::CombatLog::SpellOrDamageImmune::VictimGUID

Definition at line 256 of file CombatLogPackets.h.


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