Table of Contents

Method SendMessageToAllDMs

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SendMessageToAllDMs(string, Color)

Broadcasts a message to the DM channel, sending a message to all DMs on the server.

public void SendMessageToAllDMs(string message, Color color)

Parameters

message string

The message to send.

color Color

A color to apply to the message.

SendMessageToAllDMs(string)

Broadcasts a message to the DM channel, sending a message to all DMs on the server.

public void SendMessageToAllDMs(string message)

Parameters

message string

The message to send.