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

Inherits TaleWorlds.InputSystem.GameKeyContext.

Public Member Functions

 ScoreboardHotKeyCategory ()
 
- 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 = "ScoreboardHotKeyCategory"
 
const int ToggleShow = GenericGameKeyContext.Leave
 
const int ShowMouse = (int)GameKeyDefinition.ShowMouse
 
const string HoldShow = "HoldShow"
 
const string ToggleFastForward = "ToggleFastForward"
 
const string MenuShowContextMenu = "MenuShowContextMenu"
 

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

◆ ScoreboardHotKeyCategory()

TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.ScoreboardHotKeyCategory ( )

Member Data Documentation

◆ CategoryId

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

◆ ToggleShow

const int TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.ToggleShow = GenericGameKeyContext.Leave
static

◆ ShowMouse

const int TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.ShowMouse = (int)GameKeyDefinition.ShowMouse
static

◆ HoldShow

const string TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.HoldShow = "HoldShow"
static

◆ ToggleFastForward

const string TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.ToggleFastForward = "ToggleFastForward"
static

◆ MenuShowContextMenu

const string TaleWorlds.MountAndBlade.ScoreboardHotKeyCategory.MenuShowContextMenu = "MenuShowContextMenu"
static