![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Inheritance diagram for WorldPackets::CombatLog::SpellDispellLog:Public Member Functions | |
| SpellDispellLog () | |
| WorldPacket const * | Write () override |
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 | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| std::vector< SpellDispellData > | DispellData |
| ObjectGuid | CasterGUID |
| ObjectGuid | TargetGUID |
| int32 | DispelledBySpellID = 0 |
| bool | IsBreak = false |
| bool | IsSteal = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 168 of file CombatLogPackets.h.
|
inlineexplicit |
Definition at line 171 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 444 of file CombatLogPackets.cpp.
Here is the caller graph for this function:| ObjectGuid WorldPackets::CombatLog::SpellDispellLog::CasterGUID |
Definition at line 176 of file CombatLogPackets.h.
| std::vector<SpellDispellData> WorldPackets::CombatLog::SpellDispellLog::DispellData |
Definition at line 175 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::SpellDispellLog::DispelledBySpellID = 0 |
Definition at line 178 of file CombatLogPackets.h.
| bool WorldPackets::CombatLog::SpellDispellLog::IsBreak = false |
Definition at line 179 of file CombatLogPackets.h.
| bool WorldPackets::CombatLog::SpellDispellLog::IsSteal = false |
Definition at line 180 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::SpellDispellLog::TargetGUID |
Definition at line 177 of file CombatLogPackets.h.