---
name: ChatMode
last_updated: 2026-06-15T18:48:03Z
type: enum
---

# ChatMode

**Type:** enum

## Description

Controls the methods of communication available to a player.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Menu` | 0 | The player is restricted to chatting via a menu of chat messages. |
| `TextAndMenu` | 1 | A player can chat via custom text messages and a menu of chat messages. |