Class PartyTroopManagerItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class PartyTroopManagerItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
PartyTroopManagerItemVM
- Implements
- Inherited Members
Constructors
PartyTroopManagerItemVM(PartyCharacterVM, Action<PartyTroopManagerItemVM>)
public PartyTroopManagerItemVM(PartyCharacterVM baseTroop, Action<PartyTroopManagerItemVM> setFocused)
Parameters
baseTroop
PartyCharacterVMsetFocused
Action<PartyTroopManagerItemVM>
Properties
IsFocused
[DataSourceProperty]
public bool IsFocused { get; set; }
Property Value
IsTroopRecruitable
[DataSourceProperty]
public bool IsTroopRecruitable { get; set; }
Property Value
IsTroopUpgradable
[DataSourceProperty]
public bool IsTroopUpgradable { get; set; }
Property Value
PartyCharacter
[DataSourceProperty]
public PartyCharacterVM PartyCharacter { get; set; }
Property Value
SetFocused
public Action<PartyTroopManagerItemVM> SetFocused { get; }
Property Value
Methods
ExecuteOpenTroopEncyclopedia()
public void ExecuteOpenTroopEncyclopedia()
ExecuteSetFocused()
public void ExecuteSetFocused()
ExecuteSetUnfocused()
public void ExecuteSetUnfocused()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).