DevComputerMovementMode
Sets the movement mode of players who are playing on computers.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
176 | UserChoice | 0 | The player's character will moved based on the user's settings. | |
176 | KeyboardMouse | 1 | The player's character will be controlled using the keyboard and mouse. | |
176 | 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. | |
176 | Scriptable | 3 | The player will not respond to default controls. You must define any character movement in custom scripts. |
Description
Sets the movement mode of players who are playing on computers.
History 5
- 176 Add UserChoice
- 176 Add Scriptable
- 176 Add KeyboardMouse
- 176 Add ClickToMove
- 176 Add DevComputerMovementMode