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

Inherits TaleWorlds.InputSystem.GameKeyContext.

Public Member Functions

 BoardGameHotkeyCategory ()
 
- 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 = "BoardGameHotkeyCategory"
 
const string BoardGamePawnSelect = "BoardGamePawnSelect"
 
const string BoardGamePawnDeselect = "BoardGamePawnDeselect"
 
const string BoardGameDragPreview = "BoardGameDragPreview"
 
const string BoardGameRollDice = "BoardGameRollDice"
 

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

◆ BoardGameHotkeyCategory()

TaleWorlds.MountAndBlade.BoardGameHotkeyCategory.BoardGameHotkeyCategory ( )

Member Data Documentation

◆ CategoryId

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

◆ BoardGamePawnSelect

const string TaleWorlds.MountAndBlade.BoardGameHotkeyCategory.BoardGamePawnSelect = "BoardGamePawnSelect"
static

◆ BoardGamePawnDeselect

const string TaleWorlds.MountAndBlade.BoardGameHotkeyCategory.BoardGamePawnDeselect = "BoardGamePawnDeselect"
static

◆ BoardGameDragPreview

const string TaleWorlds.MountAndBlade.BoardGameHotkeyCategory.BoardGameDragPreview = "BoardGameDragPreview"
static

◆ BoardGameRollDice

const string TaleWorlds.MountAndBlade.BoardGameHotkeyCategory.BoardGameRollDice = "BoardGameRollDice"
static