TrinityCore
|
This is the complete list of members for ProcEventInfo, including all inherited members.
_actionTarget | ProcEventInfo | private |
_actor | ProcEventInfo | private |
_damageInfo | ProcEventInfo | private |
_healInfo | ProcEventInfo | private |
_hitMask | ProcEventInfo | private |
_procTarget | ProcEventInfo | private |
_spell | ProcEventInfo | private |
_spellPhaseMask | ProcEventInfo | private |
_spellTypeMask | ProcEventInfo | private |
_typeMask | ProcEventInfo | private |
GetActionTarget() const | ProcEventInfo | inline |
GetActor() | ProcEventInfo | inline |
GetDamageInfo() const | ProcEventInfo | inline |
GetHealInfo() const | ProcEventInfo | inline |
GetHitMask() const | ProcEventInfo | inline |
GetProcTarget() const | ProcEventInfo | inline |
GetSchoolMask() const | ProcEventInfo | |
GetSpellInfo() const | ProcEventInfo | |
GetSpellPhaseMask() const | ProcEventInfo | inline |
GetSpellTypeMask() const | ProcEventInfo | inline |
GetTypeMask() const | ProcEventInfo | inline |
ProcEventInfo(Unit *actor, Unit *actionTarget, Unit *procTarget, uint32 typeMask, uint32 spellTypeMask, uint32 spellPhaseMask, uint32 hitMask, Spell *spell, DamageInfo *damageInfo, HealInfo *healInfo) | ProcEventInfo |