---
name: ComputerMovementMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The computer movement type in-use by the client."
---

# ComputerMovementMode

The computer movement type in-use by the client.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | The default is KeyboardMouse. |
| `KeyboardMouse` | 1 | The player's character is controlled using the keyboard and mouse. |
| `ClickToMove` | 2 | The player can right-click in the game world and their character will move there. In addition, the player can also control their character with their mouse and keyboard. |