Table of Contents

Class GameKeyGroupVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.GameKeys
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class GameKeyGroupVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
GameKeyGroupVM
Implements
Inherited Members

Constructors

GameKeyGroupVM(string, IEnumerable<GameKey>, Action<KeyOptionVM>, Action<int, InputKey>)

public GameKeyGroupVM(string categoryId, IEnumerable<GameKey> keys, Action<KeyOptionVM> onKeybindRequest, Action<int, InputKey> setAllKeysOfId)

Parameters

categoryId string
keys IEnumerable<GameKey>
onKeybindRequest Action<KeyOptionVM>
setAllKeysOfId Action<int, InputKey>

Properties

Description

[DataSourceProperty]
public string Description { get; set; }

Property Value

string

GameKeys

[DataSourceProperty]
public MBBindingList<GameKeyOptionVM> GameKeys { get; set; }

Property Value

MBBindingList<GameKeyOptionVM>

Methods

ApplyValues()

public void ApplyValues()

Cancel()

public void Cancel()

OnDone()

public void OnDone()

OnGamepadActiveStateChanged()

public void OnGamepadActiveStateChanged()

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).