Table of Contents

Method Signal

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

Signal(NwDoor, int)

Signals a user-defined event with the given ID to a door.

public static void Signal(NwDoor door, int eventId)

Parameters

door NwDoor

The door to receive the event.

eventId int

The integer event identifier to deliver.