![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Public Member Functions | |
SpellHealAbsorbLog () | |
WorldPacket const * | Write () override |
![]() | |
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 |
![]() | |
Packet (WorldPacket &&worldPacket) | |
virtual | ~Packet ()=default |
Packet (Packet const &right)=delete | |
Packet & | operator= (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::ContentTuningParams > | ContentTuning |
Additional Inherited Members | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 345 of file CombatLogPackets.h.
|
inline |
Definition at line 348 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 461 of file CombatLogPackets.cpp.
ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbCaster |
Definition at line 354 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellHealAbsorbLog::Absorbed = 0 |
Definition at line 357 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbedSpellID = 0 |
Definition at line 356 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbSpellID = 0 |
Definition at line 355 of file CombatLogPackets.h.
Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::SpellHealAbsorbLog::ContentTuning |
Definition at line 359 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Healer |
Definition at line 352 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellHealAbsorbLog::OriginalHeal = 0 |
Definition at line 358 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Target |
Definition at line 353 of file CombatLogPackets.h.