Table of Contents

Class EquipmentActionItemVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.HUD
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class EquipmentActionItemVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
EquipmentActionItemVM
Implements
Derived
Inherited Members

Constructors

EquipmentActionItemVM(string, string, object, Action<EquipmentActionItemVM>, bool)

public EquipmentActionItemVM(string item, string itemTypeAsString, object identifier, Action<EquipmentActionItemVM> onSelection, bool isCurrentlyWielded = false)

Parameters

item string
itemTypeAsString string
identifier object
onSelection Action<EquipmentActionItemVM>
isCurrentlyWielded bool

Fields

Identifier

public object Identifier

Field Value

object

Properties

ActionText

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

Property Value

string

IsSelected

[DataSourceProperty]
public bool IsSelected { get; set; }

Property Value

bool

IsWielded

[DataSourceProperty]
public bool IsWielded { get; set; }

Property Value

bool

TypeAsString

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

Property Value

string

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