MessageReceiveAfterEvent Class

Caution

This class is still in pre-release. Its signature may change or it may be removed in future releases.

A specific currently-internal event used for passing messages from client to server.

Properties

id

read-only id: string;

The message identifier.

Type: string

message

read-only message: string;

The message.

Type: string

player

read-only player: Player;

The player who sent the message.

Type: Player