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
16010 : aura(_aura)
16011 {
16012 effMask = 0;
16013 spellProcEvent = nullptr;
16014 triggerSpelId.fill(0);
16015 }
uint32 effMask
Definition: Unit.cpp:16019
Aura * aura
Definition: Unit.cpp:16018
std::array< uint32, EFFECT_ALL > triggerSpelId
Definition: Unit.cpp:16020
SpellProcEventEntry const * spellProcEvent
Definition: Unit.cpp:16017

References effMask, spellProcEvent, and triggerSpelId.

Member Function Documentation

◆ operator==()

bool ProcTriggeredData::operator== ( const uint32  spellId) const
inline
16023 {
16024 return aura->GetId() == spellId;
16025 }
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