TrinityCore
Loading...
Searching...
No Matches
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::CombatLog::CombatLogServerPacket
 CombatLogServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
WorldPacket const * GetFullLogPacket () const
 
WorldPacket const * GetBasicLogPacket () const
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () 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
 
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
 
- Public Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
Spells::SpellCastLogData LogData
 

Additional Inherited Members

- Protected Member Functions inherited from WorldPackets::CombatLog::CombatLogServerPacket
template<ByteBufferNumeric T>
void operator<< (T val)
 
template<typename T >
requires (!ByteBufferNumeric<T>)
void operator<< (T const &val)
 
void WriteLogDataBit ()
 
void FlushBits ()
 
ByteBufferWriteLogData ()
 
- Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
WorldPacket _fullLogPacket
 
- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 349 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellHealAbsorbLog()

WorldPackets::CombatLog::SpellHealAbsorbLog::SpellHealAbsorbLog ( )
inlineexplicit

Definition at line 352 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 481 of file CombatLogPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ AbsorbCaster

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbCaster

Definition at line 358 of file CombatLogPackets.h.

◆ Absorbed

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

Definition at line 361 of file CombatLogPackets.h.

◆ AbsorbedSpellID

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

Definition at line 360 of file CombatLogPackets.h.

◆ AbsorbSpellID

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

Definition at line 359 of file CombatLogPackets.h.

◆ ContentTuning

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

Definition at line 363 of file CombatLogPackets.h.

◆ Healer

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Healer

Definition at line 356 of file CombatLogPackets.h.

◆ OriginalHeal

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

Definition at line 362 of file CombatLogPackets.h.

◆ Target

ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Target

Definition at line 357 of file CombatLogPackets.h.


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