TrinityCore
Loading...
Searching...
No Matches
WorldPackets::CombatLog::SpellEnergizeLog Class Referencefinal

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::SpellEnergizeLog:

Public Member Functions

 SpellEnergizeLog ()
 
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
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid CasterGUID
 
ObjectGuid TargetGUID
 
int32 SpellID = 0
 
int8 Type = 0
 
int32 Amount = 0
 
int32 OverEnergize = 0
 
- 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 ()
 
ByteBufferWriteLogData ()
 
- Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket
WorldPacket _fullLogPacket
 
- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 183 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellEnergizeLog()

WorldPackets::CombatLog::SpellEnergizeLog::SpellEnergizeLog ( )
inlineexplicit

Definition at line 186 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 260 of file CombatLogPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Amount

int32 WorldPackets::CombatLog::SpellEnergizeLog::Amount = 0

Definition at line 194 of file CombatLogPackets.h.

◆ CasterGUID

ObjectGuid WorldPackets::CombatLog::SpellEnergizeLog::CasterGUID

Definition at line 190 of file CombatLogPackets.h.

◆ OverEnergize

int32 WorldPackets::CombatLog::SpellEnergizeLog::OverEnergize = 0

Definition at line 195 of file CombatLogPackets.h.

◆ SpellID

int32 WorldPackets::CombatLog::SpellEnergizeLog::SpellID = 0

Definition at line 192 of file CombatLogPackets.h.

◆ TargetGUID

ObjectGuid WorldPackets::CombatLog::SpellEnergizeLog::TargetGUID

Definition at line 191 of file CombatLogPackets.h.

◆ Type

int8 WorldPackets::CombatLog::SpellEnergizeLog::Type = 0

Definition at line 193 of file CombatLogPackets.h.


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