| enum | EffectCategory : uint {
EffectCategory.Undef = 0x00000000
,
EffectCategory.IsInterestedInDamage = 0x00000001
,
EffectCategory.IsInterestedInHeartbeats = 0x00000002
,
EffectCategory.IsInterestedInOtherEffects = 0x00000003
,
EffectCategory.IsInterestedInSpells = 0x00000004
,
EffectCategory.IsInterestedInAttacks = 0x00000005
,
EffectCategory.IsInterestedInBeingDamaged = 0x00000006
,
EffectCategory.IsInterestedInBeingAttacked = 0x00000007
,
EffectCategory.IsInterestedInRest = 0x00000008
,
EffectCategory.OnTavern = 0x00000009
,
EffectCategory.OnUse = 0x0000000A
,
EffectCategory.OnDeath = 0x0000000B
,
EffectCategory.OnEquip = 0x0000000C
,
EffectCategory.OnAcquire = 0x0000000D
,
EffectCategory.OnHit = 0x0000000E
,
EffectCategory.OnCriticalHit = 0x0000000F
,
EffectCategory.OnEnterMonitor = 0x00000010
,
EffectCategory.OnDamage = 0x00000011
,
EffectCategory.OnCreation = 0x00000012
,
EffectCategory.OnSpell = 0x00000013
,
EffectCategory.OnSave = 0x00000014
,
EffectCategory.OnLeaveMonitor = 0x00000015
,
EffectCategory.OnDamaged = 0x00000016
,
EffectCategory.OnExpiration = 0x00000017
,
EffectCategory.OnExecution = 0x00000018
,
EffectCategory.OnQuestComplete = 0x00000019
,
EffectCategory.OnQuestFailure = 0x0000001A
,
EffectCategory.OnLoot = 0x0000001B
,
EffectCategory.OnApplication = 0x0000001C
,
EffectCategory.OnBroken = 0x0000001D
,
EffectCategory.OnSummoned = 0x0000001E
,
EffectCategory.OnRest = 0x0000001F
} |