Table of Contents

Class HeroInformationVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.ClassLoadout
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class HeroInformationVM : ViewModel
Inheritance
HeroInformationVM

Constructors

HeroInformationVM()

public HeroInformationVM()

Properties

Armor

public int Armor { get; set; }

Property Value

int

ArmorHint

public HintViewModel ArmorHint { get; set; }

Property Value

HintViewModel

ArmySize

public int ArmySize { get; set; }

Property Value

int

ArmySizeHint

public HintViewModel ArmySizeHint { get; set; }

Property Value

HintViewModel

EquipmentText

public string EquipmentText { get; set; }

Property Value

string

HeroClass

public MultiplayerClassDivisions.MPHeroClass HeroClass { get; }

Property Value

MPHeroClass

HitPoints

public int HitPoints { get; set; }

Property Value

int

HitPointsHint

public HintViewModel HitPointsHint { get; set; }

Property Value

HintViewModel

Information

public string Information { get; set; }

Property Value

string

IsArmyAvailable

public bool IsArmyAvailable { get; set; }

Property Value

bool

Item1

public ShallowItemVM Item1 { get; set; }

Property Value

ShallowItemVM

Item2

public ShallowItemVM Item2 { get; set; }

Property Value

ShallowItemVM

Item3

public ShallowItemVM Item3 { get; set; }

Property Value

ShallowItemVM

Item4

public ShallowItemVM Item4 { get; set; }

Property Value

ShallowItemVM

ItemHorse

public ShallowItemVM ItemHorse { get; set; }

Property Value

ShallowItemVM

ItemSelected

public ShallowItemVM ItemSelected { get; set; }

Property Value

ShallowItemVM

MovementSpeed

public int MovementSpeed { get; set; }

Property Value

int

MovementSpeedHint

public HintViewModel MovementSpeedHint { get; set; }

Property Value

HintViewModel

NameText

public string NameText { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

RefreshWith(MPHeroClass, List<IReadOnlyPerkObject>)

public void RefreshWith(MultiplayerClassDivisions.MPHeroClass heroClass, List<IReadOnlyPerkObject> perks)

Parameters

heroClass MPHeroClass
perks List<IReadOnlyPerkObject>

UpdateHighlightedItem(ShallowItemVM)

public void UpdateHighlightedItem(ShallowItemVM item)

Parameters

item ShallowItemVM

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