TrinityCore
WorldPackets::CombatLog::SpellHealAbsorbLog Class Referencefinal

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::SpellHealAbsorbLog:

Public Member Functions

 SpellHealAbsorbLog ()
 
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 Healer
 
ObjectGuid Target
 
ObjectGuid AbsorbCaster
 
int32 AbsorbSpellID = 0
 
int32 AbsorbedSpellID = 0
 
int32 Absorbed = 0
 
int32 OriginalHeal = 0
 
Optional< Spells::ContentTuningParamsContentTuning
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 345 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellHealAbsorbLog()

WorldPackets::CombatLog::SpellHealAbsorbLog::SpellHealAbsorbLog ( )
inline

Definition at line 348 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 471 of file CombatLogPackets.cpp.

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

Member Data Documentation

◆ AbsorbCaster

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbCaster

Definition at line 354 of file CombatLogPackets.h.

◆ Absorbed

int32 WorldPackets::CombatLog::SpellHealAbsorbLog::Absorbed = 0

Definition at line 357 of file CombatLogPackets.h.

◆ AbsorbedSpellID

int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbedSpellID = 0

Definition at line 356 of file CombatLogPackets.h.

◆ AbsorbSpellID

int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbSpellID = 0

Definition at line 355 of file CombatLogPackets.h.

◆ ContentTuning

Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::SpellHealAbsorbLog::ContentTuning

Definition at line 359 of file CombatLogPackets.h.

◆ Healer

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Healer

Definition at line 352 of file CombatLogPackets.h.

◆ OriginalHeal

int32 WorldPackets::CombatLog::SpellHealAbsorbLog::OriginalHeal = 0

Definition at line 358 of file CombatLogPackets.h.

◆ Target

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Target

Definition at line 353 of file CombatLogPackets.h.


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