Table of Contents

Class DoorEvents.OnSpellCastAt

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll
public sealed class DoorEvents.OnSpellCastAt : IEvent
Inheritance
DoorEvents.OnSpellCastAt
Implements
Inherited Members
Extension Methods

Properties

Caster

Gets the caster of this Spell (NwCreature, NwPlaceable, NwDoor). Returns null from an NwAreaOfEffect.

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)