Enum HeightChangeAction
Tells HeightChanger.Update() which method to call to change controller height and camera position
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public enum HeightChangeAction
Fields
| Name | Description |
|---|---|
| DoCrouching | |
| DoDismounting | |
| DoMounting | |
| DoNothing | |
| DoSinking | |
| DoStanding | |
| DoUnsinking |