![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Inheritance diagram for WorldPackets::CombatLog::AttackerStateUpdate:Public Member Functions | |
| AttackerStateUpdate () | |
| 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 () 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 | |
| uint32 | Flags = 0 |
| ObjectGuid | AttackerGUID |
| ObjectGuid | VictimGUID |
| int32 | Damage = 0 |
| int32 | OriginalDamage = 0 |
| int32 | OverDamage = -1 |
| Optional< SubDamage > | SubDmg |
| uint8 | VictimState = 0 |
| uint32 | AttackerState = 0 |
| uint32 | MeleeSpellID = 0 |
| int32 | BlockAmount = 0 |
| int32 | RageGained = 0 |
| HitInfoData | HitInfo |
| float | BlockRoll = 0.0f |
| Spells::ContentTuningParams | ContentTuning |
Public Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket | |
| Spells::SpellCastLogData | LogData |
Additional Inherited Members | |
Protected Member Functions inherited from WorldPackets::CombatLog::CombatLogServerPacket | |
| template<ByteBufferNumeric T> | |
| void | operator<< (T val) |
| template<typename T > requires (!ByteBufferNumeric<T>) | |
| void | operator<< (T const &val) |
| void | WriteLogDataBit () |
| void | FlushBits () |
| ByteBuffer & | WriteLogData () |
Protected Attributes inherited from WorldPackets::CombatLog::CombatLogServerPacket | |
| WorldPacket | _fullLogPacket |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 307 of file CombatLogPackets.h.
|
inlineexplicit |
Definition at line 310 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 365 of file CombatLogPackets.cpp.
Here is the call graph for this function:| ObjectGuid WorldPackets::CombatLog::AttackerStateUpdate::AttackerGUID |
Definition at line 315 of file CombatLogPackets.h.
| uint32 WorldPackets::CombatLog::AttackerStateUpdate::AttackerState = 0 |
Definition at line 322 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::AttackerStateUpdate::BlockAmount = 0 |
Definition at line 324 of file CombatLogPackets.h.
| float WorldPackets::CombatLog::AttackerStateUpdate::BlockRoll = 0.0f |
Definition at line 327 of file CombatLogPackets.h.
| Spells::ContentTuningParams WorldPackets::CombatLog::AttackerStateUpdate::ContentTuning |
Definition at line 328 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::AttackerStateUpdate::Damage = 0 |
Definition at line 317 of file CombatLogPackets.h.
| uint32 WorldPackets::CombatLog::AttackerStateUpdate::Flags = 0 |
Definition at line 314 of file CombatLogPackets.h.
| HitInfoData WorldPackets::CombatLog::AttackerStateUpdate::HitInfo |
Definition at line 326 of file CombatLogPackets.h.
| uint32 WorldPackets::CombatLog::AttackerStateUpdate::MeleeSpellID = 0 |
Definition at line 323 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::AttackerStateUpdate::OriginalDamage = 0 |
Definition at line 318 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::AttackerStateUpdate::OverDamage = -1 |
Definition at line 319 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::AttackerStateUpdate::RageGained = 0 |
Definition at line 325 of file CombatLogPackets.h.
Definition at line 320 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::AttackerStateUpdate::VictimGUID |
Definition at line 316 of file CombatLogPackets.h.
| uint8 WorldPackets::CombatLog::AttackerStateUpdate::VictimState = 0 |
Definition at line 321 of file CombatLogPackets.h.