Table of Contents

Class AreaEvents.OnUserDefined

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

Triggered for an area when the associated Signal(NwArea, int) method is called.

public sealed class AreaEvents.OnUserDefined : IEvent
Inheritance
AreaEvents.OnUserDefined
Implements
Inherited Members
Extension Methods

Properties

Area

Gets the area where the event was triggered.

EventNumber

Gets the user-defined event number that was included in the event trigger.

Methods

Signal(NwArea, int)

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

See Also