Table of Contents

Method Signal

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

Signal(NwObject, NwCreature, NwSpell, bool)

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

public static void Signal(NwObject caster, NwCreature target, NwSpell spell, bool harmful = true)

Parameters

caster NwObject

The source of the spell.

target NwCreature

The creature receiving the event.

spell NwSpell

The spell to report as cast.

harmful bool

Whether the spell is considered harmful by AI.