Class PartyCompositionVM
- Namespace
- TaleWorlds.CampaignSystem.ViewModelCollection.Party
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class PartyCompositionVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
PartyCompositionVM
- Implements
- Inherited Members
Constructors
PartyCompositionVM()
public PartyCompositionVM()
Properties
CavalryCount
[DataSourceProperty]
public int CavalryCount { get; set; }
Property Value
CavalryHint
[DataSourceProperty]
public HintViewModel CavalryHint { get; set; }
Property Value
HorseArcherCount
[DataSourceProperty]
public int HorseArcherCount { get; set; }
Property Value
HorseArcherHint
[DataSourceProperty]
public HintViewModel HorseArcherHint { get; set; }
Property Value
InfantryCount
[DataSourceProperty]
public int InfantryCount { get; set; }
Property Value
InfantryHint
[DataSourceProperty]
public HintViewModel InfantryHint { get; set; }
Property Value
RangedCount
[DataSourceProperty]
public int RangedCount { get; set; }
Property Value
RangedHint
[DataSourceProperty]
public HintViewModel RangedHint { get; set; }
Property Value
Methods
OnTroopAdded(FormationClass, int)
public void OnTroopAdded(FormationClass formationClass, int count)
Parameters
formationClass
FormationClasscount
int
OnTroopRemoved(FormationClass, int)
public void OnTroopRemoved(FormationClass formationClass, int count)
Parameters
formationClass
FormationClasscount
int
RefreshCounts(MBBindingList<PartyCharacterVM>)
public void RefreshCounts(MBBindingList<PartyCharacterVM> list)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).