Anvil
Loading...
Searching...
No Matches
Anvil.API.Events.OnCheckEffectImmunity Class Referencesealed

Called when an effect is checking for creature immunities.
Use this event to force an effect to bypass creature immunities. More...

+ Inheritance diagram for Anvil.API.Events.OnCheckEffectImmunity:
+ Collaboration diagram for Anvil.API.Events.OnCheckEffectImmunity:

Classes

class  Factory
 

Properties

bool Bypass [get, set]
 Gets or sets whether the specified immunity should be ignored, and the effect applied regardless.
 
NwCreature Creature = null! [get]
 The creature that the effect is being applied to.
 
ImmunityType ImmunityType [get]
 The type of immunity being checked.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Called when an effect is checking for creature immunities.
Use this event to force an effect to bypass creature immunities.


The documentation for this class was generated from the following file: