Table of Contents

Class EncounterEvents.OnUserDefined

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

Triggered for an encounter when the associated Signal(NwEncounter, int) method is called.

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

Properties

Encounter

Gets the NwEncounter associated with this user defined event.

Methods

Signal(NwEncounter, int)

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

See Also