Table of Contents

Method Signal

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

Signal(NwObject, NwDoor, NwSpell, bool)

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

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

Parameters

caster NwObject

The source of the spell. May be an area-of-effect object.

target NwDoor

The door receiving the event.

spell NwSpell

The spell to report as cast.

harmful bool

Whether the spell is considered harmful by AI.