Anvil
Anvil.API.Events.OnEffectRemove Class Reference

Called when an effect is about to be removed from a creature. More...

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

Classes

class  Factory
 

Properties

Effect Effect = null! [get]
 Gets the effect being removed. More...
 
NwObject Object = null! [get]
 Gets the object that the effect was removed from. More...
 
bool PreventRemove [get, set]
 Gets or sets whether this effect should be prevented from being removed. More...
 
- Properties inherited from Anvil.API.Events.IEvent
NwObjectContext [get]
 

Detailed Description

Called when an effect is about to be removed from a creature.

Property Documentation

◆ Effect

Effect Anvil.API.Events.OnEffectRemove.Effect = null!
get

Gets the effect being removed.

◆ Object

NwObject Anvil.API.Events.OnEffectRemove.Object = null!
get

Gets the object that the effect was removed from.

◆ PreventRemove

bool Anvil.API.Events.OnEffectRemove.PreventRemove
getset

Gets or sets whether this effect should be prevented from being removed.


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