![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Public Attributes | |
| int32 | Effect = 0 |
| int32 | Amount = 0 |
| int32 | OriginalDamage = 0 |
| int32 | OverHealOrKill = 0 |
| int32 | SchoolMaskOrPower = 0 |
| int32 | AbsorbedOrAmplitude = 0 |
| int32 | Resisted = 0 |
| bool | Crit = false |
| Optional< PeriodicalAuraLogEffectDebugInfo > | DebugInfo |
| Optional< Spells::ContentTuningParams > | ContentTuning |
| std::vector< Spells::SpellSupportInfo > | Supporters |
Definition at line 118 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::AbsorbedOrAmplitude = 0 |
Definition at line 125 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::Amount = 0 |
Definition at line 121 of file CombatLogPackets.h.
| Optional<Spells::ContentTuningParams> WorldPackets::CombatLog::PeriodicAuraLogEffect::ContentTuning |
Definition at line 129 of file CombatLogPackets.h.
| bool WorldPackets::CombatLog::PeriodicAuraLogEffect::Crit = false |
Definition at line 127 of file CombatLogPackets.h.
| Optional<PeriodicalAuraLogEffectDebugInfo> WorldPackets::CombatLog::PeriodicAuraLogEffect::DebugInfo |
Definition at line 128 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::Effect = 0 |
Definition at line 120 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::OriginalDamage = 0 |
Definition at line 122 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::OverHealOrKill = 0 |
Definition at line 123 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::Resisted = 0 |
Definition at line 126 of file CombatLogPackets.h.
| int32 WorldPackets::CombatLog::PeriodicAuraLogEffect::SchoolMaskOrPower = 0 |
Definition at line 124 of file CombatLogPackets.h.
| std::vector<Spells::SpellSupportInfo> WorldPackets::CombatLog::PeriodicAuraLogEffect::Supporters |
Definition at line 130 of file CombatLogPackets.h.