DevComputerMovementMode

Sets the movement mode of players who are playing on computers.

Items

NameValueSummary
UserChoice0

The player's character will moved based on the user's settings.

KeyboardMouse1

The player's character will be controlled using the keyboard and mouse.

ClickToMove2

The player can right click in the game world and the character will move there. Player can also control character with mouse and keyboard.

Scriptable3

The player will not respond to default controls. You must define any character movement in custom scripts.

On this page