Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlayerSendQuickChatEvent<RoomType>

Emitted when a player sends a quick chat message. See PlayerSendChatEvent to litsen for normal chat messages.

Due to technical impossibilities, this event cannot be canceled or reverted.

Type parameters

  • RoomType: Hostable

Hierarchy

Implements

Index

Properties

Static eventName

eventName: "player.quickchat" = ...

Readonly chatMessage

eventName

eventName: "player.quickchat" = ...

Readonly message

message: undefined | SendQuickChatMessage

The message that this event originated from.

Readonly player

player: PlayerData<RoomType>

The player that this event is for.

Readonly room

room: RoomType

The room or client that the event came from.

Constructors

constructor

Generated using TypeDoc