Table of Contents

Class PlaceableEvents.OnConversation

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

Called when this placeable starts a conversation, or hears a message they are listening for.

public sealed class PlaceableEvents.OnConversation : IEvent
Inheritance
PlaceableEvents.OnConversation
Implements
Inherited Members
Extension Methods

Properties

LastSpeaker

Gets the last NwGameObject that spoke in this conversation.

ListenPattern

Gets the listen pattern that matched the message sent to this placeable.

Placeable

Gets the placeable attached to this conversation.

PlayerSpeaker

Gets the NwPlayer speaker in this conversation.

Methods

PauseConversation()
ResumeConversation()
Signal(NwPlaceable)