![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Public Member Functions | |
SpellAbsorbLog () | |
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 | Attacker |
ObjectGuid | Victim |
ObjectGuid | Caster |
int32 | AbsorbedSpellID = 0 |
int32 | AbsorbSpellID = 0 |
int32 | Absorbed = 0 |
int32 | OriginalDamage = 0 |
bool | Unk = false |
std::vector< Spells::SpellSupportInfo > | Supporters |
![]() | |
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 327 of file CombatLogPackets.h.
|
inline |
Definition at line 330 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 439 of file CombatLogPackets.cpp.
int32 WorldPackets::CombatLog::SpellAbsorbLog::Absorbed = 0 |
Definition at line 339 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbedSpellID = 0 |
Definition at line 337 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellAbsorbLog::AbsorbSpellID = 0 |
Definition at line 338 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Attacker |
Definition at line 334 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Caster |
Definition at line 336 of file CombatLogPackets.h.
int32 WorldPackets::CombatLog::SpellAbsorbLog::OriginalDamage = 0 |
Definition at line 340 of file CombatLogPackets.h.
std::vector<Spells::SpellSupportInfo> WorldPackets::CombatLog::SpellAbsorbLog::Supporters |
Definition at line 342 of file CombatLogPackets.h.
bool WorldPackets::CombatLog::SpellAbsorbLog::Unk = false |
Definition at line 341 of file CombatLogPackets.h.
ObjectGuid WorldPackets::CombatLog::SpellAbsorbLog::Victim |
Definition at line 335 of file CombatLogPackets.h.