![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Public Member Functions | |
SpellOrDamageImmune () | |
WorldPacket const * | Write () override |
![]() | |
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 | CasterGUID |
ObjectGuid | VictimGUID |
uint32 | SpellID = 0 |
bool | IsPeriodic = false |
Additional Inherited Members | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 248 of file CombatLogPackets.h.
|
inline |
Definition at line 251 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 318 of file CombatLogPackets.cpp.
ObjectGuid WorldPackets::CombatLog::SpellOrDamageImmune::CasterGUID |
Definition at line 255 of file CombatLogPackets.h.
bool WorldPackets::CombatLog::SpellOrDamageImmune::IsPeriodic = false |
Definition at line 258 of file CombatLogPackets.h.
uint32 WorldPackets::CombatLog::SpellOrDamageImmune::SpellID = 0 |
Definition at line 257 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellOrDamageImmune::VictimGUID |
Definition at line 256 of file CombatLogPackets.h.