TrinityCore
WorldPackets::CombatLog::SpellLogMissEntry Struct Reference

#include <CombatLogPackets.h>

Public Member Functions

 SpellLogMissEntry (ObjectGuid const &victim, uint8 missReason)
 

Public Attributes

ObjectGuid Victim
 
uint8 MissReason = 0
 
Optional< SpellLogMissDebugDebug
 

Detailed Description

Definition at line 213 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ SpellLogMissEntry()

WorldPackets::CombatLog::SpellLogMissEntry::SpellLogMissEntry ( ObjectGuid const &  victim,
uint8  missReason 
)
inline

Definition at line 215 of file CombatLogPackets.h.

Member Data Documentation

◆ Debug

Optional<SpellLogMissDebug> WorldPackets::CombatLog::SpellLogMissEntry::Debug

Definition at line 219 of file CombatLogPackets.h.

◆ MissReason

uint8 WorldPackets::CombatLog::SpellLogMissEntry::MissReason = 0

Definition at line 218 of file CombatLogPackets.h.

◆ Victim

ObjectGuid WorldPackets::CombatLog::SpellLogMissEntry::Victim

Definition at line 217 of file CombatLogPackets.h.


The documentation for this struct was generated from the following file: