DevComputerMovementMode
Sets the movement mode of players who are playing on computers.
Items
Name | Value | Summary |
---|---|---|
UserChoice | 0 | Allows players to choose their desired control scheme from the in-experience menu. This is the default movement mode. |
KeyboardMouse | 1 | The player's character will be controlled using the keyboard and mouse. |
ClickToMove | 2 | Players can only move through the experience by clicking a target location. The player's character will automatically jump when reaching a surmountable obstacle/gap while moving to the click destination. |
Scriptable | 3 | Disables all default controls and allows you to script your own control scheme. |