Table of Contents

Method BroadcastMessage

Namespace
Pillars.Chat.Actors
Assembly
Pillars.dll

BroadcastMessage(string)

Broadcasts a message to all players by forwarding it to the world actor's ReceiveMsg method.

public Task BroadcastMessage(string message)

Parameters

message string

The message to send.

Returns

Task