---
name: ConnectionState
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Used to determine the connection state of the client to the game server."
---

# ConnectionState

Used to determine the connection state of the client to the game server.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Connected` | 0 | The client is connected. |
| `Disconnected` | 1 | The client is disconnected. |