Anvil
Loading...
Searching...
No Matches
Anvil.API.Events.OnChatMessageSend Class Referencesealed

Called when a chat message is about to be sent by an object. More...

+ Inheritance diagram for Anvil.API.Events.OnChatMessageSend:
+ Collaboration diagram for Anvil.API.Events.OnChatMessageSend:

Properties

ChatChannel ChatChannel [get]
 Gets the chat channel that the message was sent to.
 
string Message = null! [get]
 Gets the message to be sent.
 
NwObjectSender [get]
 Gets the sender of this message.
 
bool Skip [get, set]
 Skips this chat message.
 
NwPlayerTarget [get]
 Gets the target of this message.
Returns null if there is no target.
 
- Properties inherited from Anvil.API.Events.IEvent

Detailed Description

Called when a chat message is about to be sent by an object.

Property Documentation

◆ Sender

NwObject? Anvil.API.Events.OnChatMessageSend.Sender
get

Gets the sender of this message.

May be null when the message is sent by the server, e.g. with the nwscript function SendMessageToAllDMs.


The documentation for this class was generated from the following file: