TrinityCore
|
#include <CombatLogPackets.h>
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 () 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 | |
Packet & | operator= (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 | 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<typename T > | |
void | operator<< (T const &val) |
void | WriteLogDataBit () |
void | FlushBits () |
bool | WriteBit (bool bit) |
void | WriteBits (uint32 value, uint32 bitCount) |
ByteBuffer & | WriteLogData () |
Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket | |
WorldPacket | _fullLogPacket |
Protected Attributes inherited from WorldPackets::Packet | |
WorldPacket | _worldPacket |
Definition at line 180 of file CombatLogPackets.h.
|
inline |
Definition at line 183 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 245 of file CombatLogPackets.cpp.
int32 WorldPackets::CombatLog::SpellEnergizeLog::Amount = 0 |
Definition at line 191 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellEnergizeLog::CasterGUID |
Definition at line 187 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellEnergizeLog::OverEnergize = 0 |
Definition at line 192 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellEnergizeLog::SpellID = 0 |
Definition at line 189 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellEnergizeLog::TargetGUID |
Definition at line 188 of file CombatLogPackets.h.
int8 WorldPackets::CombatLog::SpellEnergizeLog::Type = 0 |
Definition at line 190 of file CombatLogPackets.h.