Class HeroInformationVM
- 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
ArmorHint
public HintViewModel ArmorHint { get; set; }
Property Value
ArmySize
public int ArmySize { get; set; }
Property Value
ArmySizeHint
public HintViewModel ArmySizeHint { get; set; }
Property Value
EquipmentText
public string EquipmentText { get; set; }
Property Value
HeroClass
public MultiplayerClassDivisions.MPHeroClass HeroClass { get; }
Property Value
HitPoints
public int HitPoints { get; set; }
Property Value
HitPointsHint
public HintViewModel HitPointsHint { get; set; }
Property Value
Information
public string Information { get; set; }
Property Value
IsArmyAvailable
public bool IsArmyAvailable { get; set; }
Property Value
Item1
public ShallowItemVM Item1 { get; set; }
Property Value
Item2
public ShallowItemVM Item2 { get; set; }
Property Value
Item3
public ShallowItemVM Item3 { get; set; }
Property Value
Item4
public ShallowItemVM Item4 { get; set; }
Property Value
ItemHorse
public ShallowItemVM ItemHorse { get; set; }
Property Value
ItemSelected
public ShallowItemVM ItemSelected { get; set; }
Property Value
MovementSpeed
public int MovementSpeed { get; set; }
Property Value
MovementSpeedHint
public HintViewModel MovementSpeedHint { get; set; }
Property Value
NameText
public string NameText { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
RefreshWith(MPHeroClass, List<IReadOnlyPerkObject>)
public void RefreshWith(MultiplayerClassDivisions.MPHeroClass heroClass, List<IReadOnlyPerkObject> perks)
Parameters
heroClass
MPHeroClassperks
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).