ComputerCameraMovementMode
The camera movement mode currently in-use by the client.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
176 | Default | 0 | The default camera movement mode is classic. | |
598 | Classic | 1 | Camera tracks the player but will not automatically rotate if the player walks left or right. | |
598 | Follow | 2 | Camera tracks the player and automatically rotates if the player walks left or right. | |
297 | Orbital | 3 | The camera has a fixed Y position, but can be rotated around the player. | |
414 | CameraToggle | 4 | The camera toggles between locked and free rotation with the right mouse button. |
Description
The camera movement mode currently in-use by the client.
History 10
- 598 Change Index of Follow from 1 to 2
- 598 Change Index of Classic from 2 to 1
- 414 Add CameraToggle
- 413 Remove CameraToggle
- 414 Add CameraToggle
- 297 Add Orbital
- 176 Add Follow
- 176 Add Default
- 176 Add Classic
- 176 Add ComputerCameraMovementMode