![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Inheritance diagram for WorldPackets::CombatLog::SpellNonMeleeDamageLog:Public Member Functions | |
| SpellNonMeleeDamageLog () | |
| 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 | Me |
| ObjectGuid | CasterGUID |
| ObjectGuid | CastID |
| int32 | SpellID = 0 |
| Spells::SpellCastVisual | Visual |
| int32 | Damage = 0 |
| int32 | OriginalDamage = 0 |
| int32 | Overkill = -1 |
| uint8 | SchoolMask = 0 |
| int32 | ShieldBlock = 0 |
| int32 | ReflectingSpellID = 0 |
| int32 | Resisted = 0 |
| bool | Periodic = false |
| int32 | Absorbed = 0 |
| int32 | Flags = 0 |
| Optional< Spells::ContentTuningParams > | ContentTuning |
| std::vector< CombatWorldTextViewerInfo > | WorldTextViewers |
| 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 37 of file CombatLogPackets.h.
|
inlineexplicit |
Definition at line 40 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 41 of file CombatLogPackets.cpp.
Here is the call graph for this function:| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Absorbed = 0 |
Definition at line 57 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::CasterGUID |
Definition at line 45 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::CastID |
Definition at line 46 of file CombatLogPackets.h.
| Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::SpellNonMeleeDamageLog::ContentTuning |
Definition at line 60 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Damage = 0 |
Definition at line 49 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Flags = 0 |
Definition at line 58 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::Me |
Definition at line 44 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::OriginalDamage = 0 |
Definition at line 50 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Overkill = -1 |
Definition at line 51 of file CombatLogPackets.h.
| bool WorldPackets::CombatLog::SpellNonMeleeDamageLog::Periodic = false |
Definition at line 56 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::ReflectingSpellID = 0 |
Definition at line 54 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Resisted = 0 |
Definition at line 55 of file CombatLogPackets.h.
| uint8 WorldPackets::CombatLog::SpellNonMeleeDamageLog::SchoolMask = 0 |
Definition at line 52 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::ShieldBlock = 0 |
Definition at line 53 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::SpellID = 0 |
Definition at line 47 of file CombatLogPackets.h.
| std::vector<Spells::SpellSupportInfo> WorldPackets::CombatLog::SpellNonMeleeDamageLog::Supporters |
Definition at line 62 of file CombatLogPackets.h.
| Spells::SpellCastVisual WorldPackets::CombatLog::SpellNonMeleeDamageLog::Visual |
Definition at line 48 of file CombatLogPackets.h.
| std::vector<CombatWorldTextViewerInfo> WorldPackets::CombatLog::SpellNonMeleeDamageLog::WorldTextViewers |
Definition at line 61 of file CombatLogPackets.h.