AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ProcTriggeredData Struct Reference

Public Member Functions

 ProcTriggeredData (Aura *_aura)
 
bool operator== (const uint32 spellId) const
 

Public Attributes

SpellProcEventEntry const * spellProcEvent
 
Auraaura
 
uint32 effMask
 
std::array< uint32, EFFECT_ALLtriggerSpelId
 

Detailed Description

Constructor & Destructor Documentation

◆ ProcTriggeredData()

ProcTriggeredData::ProcTriggeredData ( Aura _aura)
inline
16104 : aura(_aura)
16105 {
16106 effMask = 0;
16107 spellProcEvent = nullptr;
16108 triggerSpelId.fill(0);
16109 }
uint32 effMask
Definition: Unit.cpp:16113
Aura * aura
Definition: Unit.cpp:16112
std::array< uint32, EFFECT_ALL > triggerSpelId
Definition: Unit.cpp:16114
SpellProcEventEntry const * spellProcEvent
Definition: Unit.cpp:16111

References effMask, spellProcEvent, and triggerSpelId.

Member Function Documentation

◆ operator==()

bool ProcTriggeredData::operator== ( const uint32  spellId) const
inline
16117 {
16118 return aura->GetId() == spellId;
16119 }
uint32 GetId() const
Definition: SpellAuras.cpp:466

References aura, and Aura::GetId().

Member Data Documentation

◆ aura

Aura* ProcTriggeredData::aura

◆ effMask

uint32 ProcTriggeredData::effMask

◆ spellProcEvent

SpellProcEventEntry const* ProcTriggeredData::spellProcEvent

◆ triggerSpelId

std::array<uint32, EFFECT_ALL> ProcTriggeredData::triggerSpelId