Enum HotkeyType
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public enum HotkeyType
- Extension Methods
Fields
CharacterControls = 4Controls that control the players actions. Only triggered when the player not currently inside a dialog.
CreativeOrSpectatorTool = 7Controls that are only available in creative or spectator mode
CreativeTool = 6Controls that are only available in creative mode
DevTool = 8Developer tools
GUIOrOtherControls = 2Controls that are always available (survival and creative mode)
HelpAndOverlays = 0Help and overlays that are always available (survival and creative mode)
InventoryHotkeys = 5Shortcuts for inventory actions.
MouseControls = 9Primary mouse controls
MouseModifiers = 1Mouse modifiers (i.e. for Shift- and Ctrl- click)
MovementControls = 3Controls that control the players movement. Only available when the player not currently inside a dialog.