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

Inherits TaleWorlds.InputSystem.GameKeyContext.

Public Member Functions

 PartyHotKeyCategory ()
 
- 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 = "PartyHotKeyCategory"
 
const string TakeAllTroops = "TakeAllTroops"
 
const string GiveAllTroops = "GiveAllTroops"
 
const string TakeAllPrisoners = "TakeAllPrisoners"
 
const string GiveAllPrisoners = "GiveAllPrisoners"
 
const string PopupItemPrimaryAction = "PopupItemPrimaryAction"
 
const string PopupItemSecondaryAction = "PopupItemSecondaryAction"
 
const string OpenUpgradePopup = "OpenUpgradePopup"
 
const string OpenRecruitPopup = "OpenRecruitPopup"
 

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

◆ PartyHotKeyCategory()

TaleWorlds.MountAndBlade.PartyHotKeyCategory.PartyHotKeyCategory ( )

Member Data Documentation

◆ CategoryId

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

◆ TakeAllTroops

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.TakeAllTroops = "TakeAllTroops"
static

◆ GiveAllTroops

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.GiveAllTroops = "GiveAllTroops"
static

◆ TakeAllPrisoners

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.TakeAllPrisoners = "TakeAllPrisoners"
static

◆ GiveAllPrisoners

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.GiveAllPrisoners = "GiveAllPrisoners"
static

◆ PopupItemPrimaryAction

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.PopupItemPrimaryAction = "PopupItemPrimaryAction"
static

◆ PopupItemSecondaryAction

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.PopupItemSecondaryAction = "PopupItemSecondaryAction"
static

◆ OpenUpgradePopup

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.OpenUpgradePopup = "OpenUpgradePopup"
static

◆ OpenRecruitPopup

const string TaleWorlds.MountAndBlade.PartyHotKeyCategory.OpenRecruitPopup = "OpenRecruitPopup"
static