This is the complete list of members for ProcEventInfo, including all inherited members.
_actionTarget | ProcEventInfo | private |
_actor | ProcEventInfo | private |
_chance | ProcEventInfo | private |
_cooldown | ProcEventInfo | private |
_damageInfo | ProcEventInfo | private |
_healInfo | ProcEventInfo | private |
_hitMask | ProcEventInfo | private |
_procAuraEffectIndex | ProcEventInfo | private |
_procTarget | ProcEventInfo | private |
_spell | ProcEventInfo | private |
_spellPhaseMask | ProcEventInfo | private |
_spellTypeMask | ProcEventInfo | private |
_triggeredByAuraSpell | ProcEventInfo | private |
_typeMask | ProcEventInfo | private |
GetActionTarget() const | ProcEventInfo | inline |
GetActor() | ProcEventInfo | inline |
GetDamageInfo() const | ProcEventInfo | inline |
GetHealInfo() const | ProcEventInfo | inline |
GetHitMask() const | ProcEventInfo | inline |
GetProcChance() const | ProcEventInfo | inline |
GetProcCooldown() const | ProcEventInfo | inline |
GetProcSpell() const | ProcEventInfo | inline |
GetProcTarget() const | ProcEventInfo | inline |
GetSchoolMask() const | ProcEventInfo | inline |
GetSpellInfo() const | ProcEventInfo | |
GetSpellPhaseMask() const | ProcEventInfo | inline |
GetSpellTypeMask() const | ProcEventInfo | inline |
GetTriggerAuraEffectIndex() const | ProcEventInfo | inline |
GetTriggerAuraSpell() const | ProcEventInfo | inline |
GetTypeMask() const | ProcEventInfo | inline |
ProcEventInfo(Unit *actor, Unit *actionTarget, Unit *procTarget, uint32 typeMask, uint32 spellTypeMask, uint32 spellPhaseMask, uint32 hitMask, Spell const *spell, DamageInfo *damageInfo, HealInfo *healInfo, SpellInfo const *triggeredByAuraSpell=nullptr, int8 procAuraEffectIndex=-1) | ProcEventInfo | explicit |
ResetProcChance() | ProcEventInfo | inline |
SetProcChance(float chance) | ProcEventInfo | inline |
SetProcCooldown(uint32 cooldown) | ProcEventInfo | inline |