ImmunityTypes Enum
The ImmunityTypes enum defines the interaction of abilities with spell immunity, specifying whether an ability affects allies or enemies with spell immunity.
Enum Values
| Name | Value | Description |
|---|---|---|
SPELL_IMMUNITY_NONE | 0 | No interaction with spell immunity. |
SPELL_IMMUNITY_ALLIES_YES | 1 | Affects spell-immune allies. |
SPELL_IMMUNITY_ALLIES_NO | 2 | Does not affect spell-immune allies. |
SPELL_IMMUNITY_ENEMIES_YES | 3 | Affects spell-immune enemies. |
SPELL_IMMUNITY_ENEMIES_NO | 4 | Does not affect spell-immune enemies. |