Table of Contents

Delegate ChatEvents.OnChatMessageDelegate

Namespace
Pillars.Chat.Events
Assembly
Pillars.dll

Represents a delegate for handling chat message events.

public delegate Task ChatEvents.OnChatMessageDelegate(PiPlayer player, string message)

Parameters

player PiPlayer

The player who sent the chat message.

message string

The chat message sent by the player.

Returns

Task
Represents a delegate for handling chat message events.