Table of Contents

Method PlayerMessageReceived

Namespace
Pillars.Chat.Actors
Assembly
Pillars.dll

PlayerMessageReceived(Player, string)

Handles a received message from a player and forwards it to the chat events system.

public void PlayerMessageReceived(Player player, string message)

Parameters

player Player

The player who sent the message.

message string

The message sent by the player.