TrinityCore
WorldPackets::CombatLog::SpellNonMeleeDamageLog Class Referencefinal

#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 () override 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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
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 Resisted = 0
 
bool Periodic = false
 
int32 Absorbed = 0
 
int32 Flags = 0
 
Optional< Spells::ContentTuningParamsContentTuning
 
std::vector< CombatWorldTextViewerInfoWorldTextViewers
 
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<typename T >
void operator<< (T const &val)
 
void WriteLogDataBit ()
 
void FlushBits ()
 
bool WriteBit (bool bit)
 
void WriteBits (uint32 value, uint32 bitCount)
 
ByteBufferWriteLogData ()
 
- Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
WorldPacket _fullLogPacket
 
- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 36 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellNonMeleeDamageLog()

WorldPackets::CombatLog::SpellNonMeleeDamageLog::SpellNonMeleeDamageLog ( )
inline

Definition at line 39 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 39 of file CombatLogPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Absorbed

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Absorbed = 0

Definition at line 55 of file CombatLogPackets.h.

◆ CasterGUID

ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::CasterGUID

Definition at line 44 of file CombatLogPackets.h.

◆ CastID

ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::CastID

Definition at line 45 of file CombatLogPackets.h.

◆ ContentTuning

Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::SpellNonMeleeDamageLog::ContentTuning

Definition at line 58 of file CombatLogPackets.h.

◆ Damage

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Damage = 0

Definition at line 48 of file CombatLogPackets.h.

◆ Flags

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Flags = 0

Definition at line 56 of file CombatLogPackets.h.

◆ Me

ObjectGuid WorldPackets::CombatLog::SpellNonMeleeDamageLog::Me

Definition at line 43 of file CombatLogPackets.h.

◆ OriginalDamage

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::OriginalDamage = 0

Definition at line 49 of file CombatLogPackets.h.

◆ Overkill

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Overkill = -1

Definition at line 50 of file CombatLogPackets.h.

◆ Periodic

bool WorldPackets::CombatLog::SpellNonMeleeDamageLog::Periodic = false

Definition at line 54 of file CombatLogPackets.h.

◆ Resisted

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::Resisted = 0

Definition at line 53 of file CombatLogPackets.h.

◆ SchoolMask

uint8 WorldPackets::CombatLog::SpellNonMeleeDamageLog::SchoolMask = 0

Definition at line 51 of file CombatLogPackets.h.

◆ ShieldBlock

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::ShieldBlock = 0

Definition at line 52 of file CombatLogPackets.h.

◆ SpellID

int32 WorldPackets::CombatLog::SpellNonMeleeDamageLog::SpellID = 0

Definition at line 46 of file CombatLogPackets.h.

◆ Supporters

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

Definition at line 60 of file CombatLogPackets.h.

◆ Visual

Spells::SpellCastVisual WorldPackets::CombatLog::SpellNonMeleeDamageLog::Visual

Definition at line 47 of file CombatLogPackets.h.

◆ WorldTextViewers

std::vector<CombatWorldTextViewerInfo> WorldPackets::CombatLog::SpellNonMeleeDamageLog::WorldTextViewers

Definition at line 59 of file CombatLogPackets.h.


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