Property Sender
Sender
Gets the sender of this message.
public NwObject? Sender { get; }
Property Value
Remarks
May be null when the message is sent by the server, e.g. with the nwscript function SendMessageToAllDMs.
Gets the sender of this message.
public NwObject? Sender { get; }
May be null when the message is sent by the server, e.g. with the nwscript function SendMessageToAllDMs.