![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Classes | |
struct | PeriodicalAuraLogEffectDebugInfo |
struct | SpellLogEffect |
Public Member Functions | |
SpellPeriodicAuraLog () | |
WorldPacket const * | Write () override |
![]() | |
CombatLogServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
WorldPacket const * | GetFullLogPacket () const |
WorldPacket const * | GetBasicLogPacket () const |
![]() | |
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 |
![]() | |
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 | TargetGUID |
ObjectGuid | CasterGUID |
int32 | SpellID = 0 |
std::vector< SpellLogEffect > | Effects |
![]() | |
Spells::SpellCastLogData | LogData |
Additional Inherited Members | |
![]() | |
template<typename T > | |
void | operator<< (T const &val) |
void | WriteLogDataBit () |
void | FlushBits () |
bool | WriteBit (bool bit) |
void | WriteBits (uint32 value, uint32 bitCount) |
ByteBuffer & | WriteLogData () |
![]() | |
WorldPacket | _fullLogPacket |
![]() | |
WorldPacket | _worldPacket |
Definition at line 110 of file CombatLogPackets.h.
|
inline |
Definition at line 134 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 192 of file CombatLogPackets.cpp.
ObjectGuid WorldPackets::CombatLog::SpellPeriodicAuraLog::CasterGUID |
Definition at line 139 of file CombatLogPackets.h.
std::vector<SpellLogEffect> WorldPackets::CombatLog::SpellPeriodicAuraLog::Effects |
Definition at line 141 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellPeriodicAuraLog::SpellID = 0 |
Definition at line 140 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellPeriodicAuraLog::TargetGUID |
Definition at line 138 of file CombatLogPackets.h.