Table of Contents

Property Sender

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

Sender

Gets the sender of this message.

public NwObject? Sender { get; }

Property Value

NwObject

Remarks

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