Table of Contents

Class EducationGainedSkillItemVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Education
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

MBBindingList<BoolItemWithActionVM>

HasFocusIncreasedInCurrentStage

[DataSourceProperty]
public bool HasFocusIncreasedInCurrentStage { get; set; }

Property Value

bool

HasSkillValueIncreasedInCurrentStage

[DataSourceProperty]
public bool HasSkillValueIncreasedInCurrentStage { get; set; }

Property Value

bool

Skill

[DataSourceProperty]
public EncyclopediaSkillVM Skill { get; set; }

Property Value

EncyclopediaSkillVM

SkillId

[DataSourceProperty]
public string SkillId { get; set; }

Property Value

string

SkillObj

public SkillObject SkillObj { get; }

Property Value

SkillObject

SkillValueInt

[DataSourceProperty]
public int SkillValueInt { get; set; }

Property Value

int

Methods

SetFocusValue(int, int)

public void SetFocusValue(int gainedFromOtherStages, int gainedFromCurrentStage)

Parameters

gainedFromOtherStages int
gainedFromCurrentStage int

SetSkillValue(int, int)

public void SetSkillValue(int gaintedFromOtherStages, int gainedFromCurrentStage)

Parameters

gaintedFromOtherStages int
gainedFromCurrentStage int

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).