![]() |
TrinityCore
|
#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 | |
| Packet & | operator= (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::SpellSupportInfo > | Supporters |
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 331 of file CombatLogPackets.h.
|
inlineexplicit |
Definition at line 334 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 459 of file CombatLogPackets.cpp.
Here is the call graph for this function:| int32 WorldPackets::CombatLog::SpellAbsorbLog::Absorbed = 0 |
Definition at line 343 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbedSpellID = 0 |
Definition at line 341 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbSpellID = 0 |
Definition at line 342 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Attacker |
Definition at line 338 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Caster |
Definition at line 340 of file CombatLogPackets.h.
| bool WorldPackets::CombatLog::SpellAbsorbLog::Crit = false |
Definition at line 345 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellAbsorbLog::OriginalDamage = 0 |
Definition at line 344 of file CombatLogPackets.h.
| std::vector<Spells::SpellSupportInfo> WorldPackets::CombatLog::SpellAbsorbLog::Supporters |
Definition at line 346 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Victim |
Definition at line 339 of file CombatLogPackets.h.