Table of Contents

Method SendServerMessage

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SendServerMessage(string, Color)

Sends a server message to the player.

public void SendServerMessage(string message, Color color)

Parameters

message string

The message to send.

color Color

A color to apply to the message.

SendServerMessage(string)

Sends a server message to the player.

public void SendServerMessage(string message)

Parameters

message string

The message to send.