Table of Contents

Method Signal

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

Signal(NwArea, int)

Creates a user-defined event and signals it to the specified area.

public static void Signal(NwArea area, int eventId)

Parameters

area NwArea

The target area that will receive the event.

eventId int

The user-defined event number to signal.