Class CharacterCreationGainedSkillItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class CharacterCreationGainedSkillItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
CharacterCreationGainedSkillItemVM
- Implements
- Inherited Members
Constructors
CharacterCreationGainedSkillItemVM(SkillObject)
public CharacterCreationGainedSkillItemVM(SkillObject skill)
Parameters
skill
SkillObject
Properties
FocusPointGainList
[DataSourceProperty]
public MBBindingList<BoolItemWithActionVM> FocusPointGainList { get; set; }
Property Value
HasIncreasedInCurrentStage
[DataSourceProperty]
public bool HasIncreasedInCurrentStage { 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
Methods
SetValue(int, int)
public void SetValue(int gainedFromOtherStages, int gainedFromCurrentStage)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).