Table of Contents

Class OnChatMessageSend

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

Triggered when a chat message is about to be sent.

public sealed class OnChatMessageSend : IEvent
Inheritance
OnChatMessageSend
Implements
Inherited Members
Extension Methods

Properties

ChatChannel

Gets the chat channel the message is sent to.

Message

Gets the message text to be sent.

Sender

Gets the sender of this message.

Skip

Gets or sets if the default behavior of sending this message should be skipped.

Target

Gets the target player for this message (e.g. Tells). Returns null if the message has no specific target.