TrinityCore
Loading...
Searching...
No Matches
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 () 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 Attacker
 
ObjectGuid Victim
 
ObjectGuid Caster
 
int32 AbsorbedSpellID = 0
 
int32 AbsorbSpellID = 0
 
int32 Absorbed = 0
 
int32 OriginalDamage = 0
 
bool Crit = 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<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 331 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellAbsorbLog()

WorldPackets::CombatLog::SpellAbsorbLog::SpellAbsorbLog ( )
inlineexplicit

Definition at line 334 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 459 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 343 of file CombatLogPackets.h.

◆ AbsorbedSpellID

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

Definition at line 341 of file CombatLogPackets.h.

◆ AbsorbSpellID

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

Definition at line 342 of file CombatLogPackets.h.

◆ Attacker

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Attacker

Definition at line 338 of file CombatLogPackets.h.

◆ Caster

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Caster

Definition at line 340 of file CombatLogPackets.h.

◆ Crit

bool WorldPackets::CombatLog::SpellAbsorbLog::Crit = false

Definition at line 345 of file CombatLogPackets.h.

◆ OriginalDamage

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

Definition at line 344 of file CombatLogPackets.h.

◆ Supporters

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

Definition at line 346 of file CombatLogPackets.h.

◆ Victim

ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Victim

Definition at line 339 of file CombatLogPackets.h.


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