DevComputerMovementMode
Sets the movement mode of players who are playing on computers.
Items
Name | Value | Summary |
---|---|---|
UserChoice | 0 | The player's character will moved based on the user's settings. |
KeyboardMouse | 1 | The player's character will be controlled using the keyboard and mouse. |
ClickToMove | 2 | The player can right click in the game world and the character will move there. Player can also control character with mouse and keyboard. |
Scriptable | 3 | The player will not respond to default controls. You must define any character movement in custom scripts. |