Class EducationGainedSkillItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class EducationGainedSkillItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
EducationGainedSkillItemVM
- Implements
- Inherited Members
Constructors
EducationGainedSkillItemVM(SkillObject)
public EducationGainedSkillItemVM(SkillObject skill)
Parameters
skill
SkillObject
Properties
FocusPointGainList
[DataSourceProperty]
public MBBindingList<BoolItemWithActionVM> FocusPointGainList { get; set; }
Property Value
HasFocusIncreasedInCurrentStage
[DataSourceProperty]
public bool HasFocusIncreasedInCurrentStage { get; set; }
Property Value
HasSkillValueIncreasedInCurrentStage
[DataSourceProperty]
public bool HasSkillValueIncreasedInCurrentStage { get; set; }
Property Value
Skill
[DataSourceProperty]
public EncyclopediaSkillVM Skill { get; set; }
Property Value
SkillId
[DataSourceProperty]
public string SkillId { get; set; }
Property Value
SkillObj
public SkillObject SkillObj { get; }
Property Value
SkillValueInt
[DataSourceProperty]
public int SkillValueInt { get; set; }
Property Value
Methods
SetFocusValue(int, int)
public void SetFocusValue(int gainedFromOtherStages, int gainedFromCurrentStage)
Parameters
SetSkillValue(int, int)
public void SetSkillValue(int gaintedFromOtherStages, int gainedFromCurrentStage)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).