TrinityCore
WorldPackets::CombatLog::SpellAbsorbLog Class Referencefinal

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::SpellAbsorbLog:

Public Member Functions

 SpellAbsorbLog ()
 
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 () 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 Attacker
 
ObjectGuid Victim
 
ObjectGuid Caster
 
int32 AbsorbedSpellID = 0
 
int32 AbsorbSpellID = 0
 
int32 Absorbed = 0
 
int32 OriginalDamage = 0
 
bool Unk = false
 
std::vector< Spells::SpellSupportInfoSupporters
 
- Public Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
Spells::SpellCastLogData LogData
 

Additional Inherited Members

- Protected Member Functions inherited from WorldPackets::CombatLog::CombatLogServerPacket
template<typename T >
void operator<< (T const &val)
 
void WriteLogDataBit ()
 
void FlushBits ()
 
bool WriteBit (bool bit)
 
void WriteBits (uint32 value, uint32 bitCount)
 
ByteBufferWriteLogData ()
 
- Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
WorldPacket _fullLogPacket
 
- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 327 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellAbsorbLog()

WorldPackets::CombatLog::SpellAbsorbLog::SpellAbsorbLog ( )
inline

Definition at line 330 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 449 of file CombatLogPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Absorbed

int32 WorldPackets::CombatLog::SpellAbsorbLog::Absorbed = 0

Definition at line 339 of file CombatLogPackets.h.

◆ AbsorbedSpellID

int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbedSpellID = 0

Definition at line 337 of file CombatLogPackets.h.

◆ AbsorbSpellID

int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbSpellID = 0

Definition at line 338 of file CombatLogPackets.h.

◆ Attacker

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Attacker

Definition at line 334 of file CombatLogPackets.h.

◆ Caster

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Caster

Definition at line 336 of file CombatLogPackets.h.

◆ OriginalDamage

int32 WorldPackets::CombatLog::SpellAbsorbLog::OriginalDamage = 0

Definition at line 340 of file CombatLogPackets.h.

◆ Supporters

std::vector<Spells::SpellSupportInfo> WorldPackets::CombatLog::SpellAbsorbLog::Supporters

Definition at line 342 of file CombatLogPackets.h.

◆ Unk

bool WorldPackets::CombatLog::SpellAbsorbLog::Unk = false

Definition at line 341 of file CombatLogPackets.h.

◆ Victim

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Victim

Definition at line 335 of file CombatLogPackets.h.


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