AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Public Member Functions | |
ProcTriggeredData (Aura *_aura) | |
bool | operator== (const uint32 spellId) const |
Public Attributes | |
SpellProcEventEntry const * | spellProcEvent |
Aura * | aura |
uint32 | effMask |
std::array< uint32, EFFECT_ALL > | triggerSpelId |
|
inline |
References effMask, spellProcEvent, and triggerSpelId.
|
inline |
References aura, and Aura::GetId().
Aura* ProcTriggeredData::aura |
Referenced by operator==(), and Unit::ProcDamageAndSpellFor().
uint32 ProcTriggeredData::effMask |
Referenced by Unit::ProcDamageAndSpellFor(), and ProcTriggeredData().
SpellProcEventEntry const* ProcTriggeredData::spellProcEvent |
Referenced by Unit::ProcDamageAndSpellFor(), and ProcTriggeredData().
std::array<uint32, EFFECT_ALL> ProcTriggeredData::triggerSpelId |
Referenced by Unit::ProcDamageAndSpellFor(), and ProcTriggeredData().