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

Inherits TaleWorlds.MountAndBlade.GenericCampaignPanelsGameKeyCategory.

Public Member Functions

 FaceGenHotkeyCategory ()
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.GenericCampaignPanelsGameKeyCategory
 GenericCampaignPanelsGameKeyCategory (string categoryId=CategoryId)
 
- Public Member Functions inherited from TaleWorlds.MountAndBlade.GenericPanelGameKeyCategory
 GenericPanelGameKeyCategory (string categoryId=CategoryId)
 
- 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 new string CategoryId = "FaceGenHotkeyCategory"
 
const string Zoom = "Zoom"
 
const string ControllerZoomIn = "ControllerZoomIn"
 
const string ControllerZoomOut = "ControllerZoomOut"
 
const string Rotate = "Rotate"
 
const string ControllerRotationAxis = GenericGameKeyContext.CameraAxisX
 
const string Ascend = "Ascend"
 
const string Copy = "Copy"
 
const string Paste = "Paste"
 
- Static Public Attributes inherited from TaleWorlds.MountAndBlade.GenericCampaignPanelsGameKeyCategory
const new string CategoryId = "GenericCampaignPanelsGameKeyCategory"
 
const string FiveStackModifier = "FiveStackModifier"
 
const string EntireStackModifier = "EntireStackModifier"
 
const int BannerWindow = (int)GameKeyDefinition.BannerWindow
 
const int CharacterWindow = (int)GameKeyDefinition.CharacterWindow
 
const int InventoryWindow = (int)GameKeyDefinition.InventoryWindow
 
const int EncyclopediaWindow = (int)GameKeyDefinition.EncyclopediaWindow
 
const int PartyWindow = (int)GameKeyDefinition.PartyWindow
 
const int KingdomWindow = (int)GameKeyDefinition.KingdomWindow
 
const int ClanWindow = (int)GameKeyDefinition.ClanWindow
 
const int QuestsWindow = (int)GameKeyDefinition.QuestsWindow
 
const int FacegenWindow = (int)GameKeyDefinition.FacegenWindow
 
- Static Public Attributes inherited from TaleWorlds.MountAndBlade.GenericPanelGameKeyCategory
const string CategoryId = "GenericPanelGameKeyCategory"
 
const string Exit = "Exit"
 
const string Confirm = "Confirm"
 
const string ResetChanges = "Reset"
 
const string ToggleEscapeMenu = "ToggleEscapeMenu"
 
const string SwitchToPreviousTab = "SwitchToPreviousTab"
 
const string SwitchToNextTab = "SwitchToNextTab"
 
const string GiveAll = "GiveAll"
 
const string TakeAll = "TakeAll"
 
const string Randomize = "Randomize"
 
const string Start = "Start"
 
const string Delete = "Delete"
 
const string SelectProfile = "SelectProfile"
 
const string Play = "Play"
 
const int Leave = GenericGameKeyContext.Leave
 

Additional Inherited Members

- Public Types inherited from TaleWorlds.InputSystem.GameKeyContext
enum  GameKeyContextType
 
- 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

◆ FaceGenHotkeyCategory()

TaleWorlds.MountAndBlade.FaceGenHotkeyCategory.FaceGenHotkeyCategory ( )

Member Data Documentation

◆ CategoryId

const new string TaleWorlds.MountAndBlade.FaceGenHotkeyCategory.CategoryId = "FaceGenHotkeyCategory"
static

◆ Zoom

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

◆ ControllerZoomIn

const string TaleWorlds.MountAndBlade.FaceGenHotkeyCategory.ControllerZoomIn = "ControllerZoomIn"
static

◆ ControllerZoomOut

const string TaleWorlds.MountAndBlade.FaceGenHotkeyCategory.ControllerZoomOut = "ControllerZoomOut"
static

◆ Rotate

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

◆ ControllerRotationAxis

const string TaleWorlds.MountAndBlade.FaceGenHotkeyCategory.ControllerRotationAxis = GenericGameKeyContext.CameraAxisX
static

◆ Ascend

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

◆ Copy

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

◆ Paste

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