Table of Contents

Class DoorEvents.OnSpellCastAt

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when a spell is cast at the door.

public sealed class DoorEvents.OnSpellCastAt : IEvent
Inheritance
DoorEvents.OnSpellCastAt
Implements
Inherited Members
Extension Methods

Properties

Caster

Gets the caster of the Spell that hit the door.

Door

Gets the NwDoor targeted by this Spell.

Harmful

Gets a value indicating whether this spell is considered harmful.

Spell

Gets the Spell that was cast.

Methods

Signal(NwObject, NwDoor, NwSpell, bool)

Signals a spell-cast-at event on the target door.