![]() |
TrinityCore
|
#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 | |
| Packet & | operator= (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::ContentTuningParams > | ContentTuning |
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 () |
| ByteBuffer & | WriteLogData () |
Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket | |
| WorldPacket | _fullLogPacket |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 349 of file CombatLogPackets.h.
|
inlineexplicit |
Definition at line 352 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 481 of file CombatLogPackets.cpp.
Here is the call graph for this function:| ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbCaster |
Definition at line 358 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellHealAbsorbLog::Absorbed = 0 |
Definition at line 361 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbedSpellID = 0 |
Definition at line 360 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellHealAbsorbLog::AbsorbSpellID = 0 |
Definition at line 359 of file CombatLogPackets.h.
| Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::SpellHealAbsorbLog::ContentTuning |
Definition at line 363 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Healer |
Definition at line 356 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellHealAbsorbLog::OriginalHeal = 0 |
Definition at line 362 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellHealAbsorbLog::Target |
Definition at line 357 of file CombatLogPackets.h.