DispellableTypes Enum
The DispellableTypes enum defines the types of dispel interactions for abilities, indicating whether an effect can be removed and by what kind of dispel.
Enum Values
| Name | Value | Description |
|---|---|---|
SPELL_DISPELLABLE_NONE | 0 | The effect cannot be dispelled. |
SPELL_DISPELLABLE_YES_STRONG | 1 | The effect can only be removed by strong dispels. |
SPELL_DISPELLABLE_YES | 2 | The effect can be removed by both basic and strong dispels. |
SPELL_DISPELLABLE_NO | 3 | The effect cannot be dispelled by any means. |