Method SendServerMessage
SendServerMessage(ChatChannel, string, NwPlayer?)
Sends a message from the "Server".
public bool SendServerMessage(ChatChannel chatChannel, string message, NwPlayer? target = null)
Parameters
chatChannelChatChannelThe ChatChannel to send the message. Only works with ServerMessage and Player/DMShout
messagestringThe message to send.
targetNwPlayerThe receiver of the message.
Returns
- bool
True if the message was sent successfully, otherwise false.