Table of Contents

Class CharacterCreationGainedSkillItemVM

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

MBBindingList<BoolItemWithActionVM>

HasIncreasedInCurrentStage

[DataSourceProperty]
public bool HasIncreasedInCurrentStage { 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

Methods

SetValue(int, int)

public void SetValue(int gainedFromOtherStages, int gainedFromCurrentStage)

Parameters

gainedFromOtherStages int
gainedFromCurrentStage int

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