Table of Contents

Class OnSpellBroadcast

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

Triggered when a spell cast event is broadcast by a creature.

public sealed class OnSpellBroadcast : IEvent
Inheritance
OnSpellBroadcast
Implements
Inherited Members
Extension Methods

Properties

Caster

Gets the creature casting the spell.

ClassIndex

Gets the caster's class index used for the spell.

Feat

Gets the feat used to cast the spell, if applicable.

PreventSpellCast

Set to true to prevent the spell cast.

Spell

Gets the spell being cast.

TargetObject

Gets the target object of the spell, if applicable.

TargetPosition

Gets the targeted position.