Table of Contents

Class PlaceableEvents.OnSpellCastAt

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

Called when Spell has been casted on NwPlaceable.

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

Properties

Caster

Gets the NwGameObject who cast Spell (NwCreature, NwPlaceable, NwDoor). Returns null from an NwAreaOfEffect.

Harmful

Gets a value indicating whether this spell is considered harmful.

Placeable

Gets the NwPlaceable targeted by this spell.

Spell

Gets the Spell that was cast.

Methods

Signal(NwObject, NwPlaceable, NwSpell, bool)