M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.CraftingHotkeyCategory Class Reference

Inherits TaleWorlds.InputSystem.GameKeyContext.

Public Member Functions

 CraftingHotkeyCategory ()
 
- Public Member Functions inherited from TaleWorlds.InputSystem.GameKeyContext
HotKey GetHotKey (string hotKeyId)
 
GameKey GetGameKey (int gameKeyId)
 
GameKey GetGameKey (string gameKeyId)
 
string GetHotKeyId (string hotKeyId)
 
string GetHotKeyId (int gameKeyId)
 

Static Public Attributes

const string CategoryId = "CraftingHotkeyCategory"
 
const string Zoom = "Zoom"
 
const string Rotate = "Rotate"
 
const string Ascend = "Ascend"
 
const string ResetCamera = "ResetCamera"
 
const string Copy = "Copy"
 
const string Paste = "Paste"
 
const string Confirm = "Confirm"
 
const string ControllerRotationAxisX = GenericGameKeyContext.CameraAxisX
 
const string ControllerRotationAxisY = GenericGameKeyContext.CameraAxisY
 
const int ControllerZoomIn = (int)GameKeyDefinition.MapZoomIn
 
const int ControllerZoomOut = (int)GameKeyDefinition.MapZoomOut
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.InputSystem.GameKeyContext
enum  GameKeyContextType {
  Default ,
  AuxiliaryNotSerialized ,
  AuxiliarySerialized ,
  AuxiliarySerializedAndShownInOptions
}
 
- Protected Member Functions inherited from TaleWorlds.InputSystem.GameKeyContext
 GameKeyContext (string id, int gameKeysCount, GameKeyContextType type=GameKeyContextType.Default)
 
- Properties inherited from TaleWorlds.InputSystem.GameKeyContext
string GameKeyCategoryId [get]
 
GameKeyContextType Type [get]
 
MBReadOnlyList< GameKeyRegisteredGameKeys [get]
 
Dictionary< string, HotKey >.ValueCollection RegisteredHotKeys [get]
 
Dictionary< string, GameAxisKey >.ValueCollection RegisteredGameAxisKeys [get]
 

Constructor & Destructor Documentation

◆ CraftingHotkeyCategory()

TaleWorlds.MountAndBlade.CraftingHotkeyCategory.CraftingHotkeyCategory ( )

Member Data Documentation

◆ CategoryId

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.CategoryId = "CraftingHotkeyCategory"
static

◆ Zoom

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Zoom = "Zoom"
static

◆ Rotate

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Rotate = "Rotate"
static

◆ Ascend

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Ascend = "Ascend"
static

◆ ResetCamera

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.ResetCamera = "ResetCamera"
static

◆ Copy

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Copy = "Copy"
static

◆ Paste

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Paste = "Paste"
static

◆ Confirm

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.Confirm = "Confirm"
static

◆ ControllerRotationAxisX

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.ControllerRotationAxisX = GenericGameKeyContext.CameraAxisX
static

◆ ControllerRotationAxisY

const string TaleWorlds.MountAndBlade.CraftingHotkeyCategory.ControllerRotationAxisY = GenericGameKeyContext.CameraAxisY
static

◆ ControllerZoomIn

const int TaleWorlds.MountAndBlade.CraftingHotkeyCategory.ControllerZoomIn = (int)GameKeyDefinition.MapZoomIn
static

◆ ControllerZoomOut

const int TaleWorlds.MountAndBlade.CraftingHotkeyCategory.ControllerZoomOut = (int)GameKeyDefinition.MapZoomOut
static