Class OnCheckEffectImmunity
Triggered when an effect checks for creature immunities.
Use this event to force an effect to bypass creature immunities.
public sealed class OnCheckEffectImmunity : IEvent
- Inheritance
-
OnCheckEffectImmunity
- Implements
- Inherited Members
- Extension Methods
Properties
- Bypass
Set to true to ignore the specified immunity and apply the effect.
- Creature
Gets the creature that the effect is being applied to.
- ImmunityType
Gets the type of immunity being checked.