M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 SkillVM (SkillObject skill, CharacterVM developerVM, Action< PerkVM > onStartPerkSelection)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void InitializeValues ()
 
void RefreshWithCurrentValues ()
 
void CreateLists ()
 
void RefreshLists (SkillObject skill=null)
 
void RefreshCanAddFocus ()
 
void ExecuteAddFocus ()
 
void ExecuteShowFocusConcept ()
 
void ExecuteShowSkillConcept ()
 
void ExecuteInspect ()
 
void ResetChanges ()
 
bool IsThereAnyChanges ()
 
void ApplyChanges ()
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Public Attributes

readonly SkillObject Skill
 

Static Public Attributes

const int MAX_SKILL_LEVEL = 300
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 

Properties

string Type [get, set]
 
string DescriptionText [get, set]
 
string HowToLearnText [get, set]
 
string HowToLearnTitle [get, set]
 
bool CanAddFocus [get, set]
 
bool CanLearnSkill [get, set]
 
string NextLevelLearningRateText [get, set]
 
string NextLevelCostText [get, set]
 
BasicTooltipViewModel ProgressHint [get, set]
 
BasicTooltipViewModel SkillXPHint [get, set]
 
HintViewModel AddFocusHint [get, set]
 
BasicTooltipViewModel LearningLimitTooltip [get, set]
 
BasicTooltipViewModel LearningRateTooltip [get, set]
 
double ProgressPercentage [get, set]
 
float LearningRate [get, set]
 
int CurrentSkillXP [get, set]
 
int NextLevel [get, set]
 
int FullLearningRateLevel [get, set]
 
int XpRequiredForNextLevel [get, set]
 
int NumOfUnopenedPerks [get, set]
 
string ProgressText [get, set]
 
string FocusCostText [get, set]
 
MBBindingList< PerkVMPerks [get, set]
 
MBBindingList< BindingListStringItemSkillEffects [get, set]
 
int MaxLevel [get, set]
 
string CurrentLearningRateText [get, set]
 
int CurrentFocusLevel [get, set]
 
string AddFocusText [get, set]
 
string SkillId [get, set]
 
bool IsInspected [get, set]
 
string NameText [get, set]
 
int Level [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ SkillVM()

TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.SkillVM ( SkillObject  skill,
CharacterVM  developerVM,
Action< PerkVM onStartPerkSelection 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ InitializeValues()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.InitializeValues ( )

◆ RefreshWithCurrentValues()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshWithCurrentValues ( )

◆ CreateLists()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CreateLists ( )

◆ RefreshLists()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshLists ( SkillObject  skill = null)

◆ RefreshCanAddFocus()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.RefreshCanAddFocus ( )

◆ ExecuteAddFocus()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ExecuteAddFocus ( )

◆ ExecuteShowFocusConcept()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ExecuteShowFocusConcept ( )

◆ ExecuteShowSkillConcept()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ExecuteShowSkillConcept ( )

◆ ExecuteInspect()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ExecuteInspect ( )

◆ ResetChanges()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ResetChanges ( )

◆ IsThereAnyChanges()

bool TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.IsThereAnyChanges ( )

◆ ApplyChanges()

void TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ApplyChanges ( )

Member Data Documentation

◆ MAX_SKILL_LEVEL

const int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.MAX_SKILL_LEVEL = 300
static

◆ Skill

readonly SkillObject TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.Skill

Property Documentation

◆ Type

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.Type
getset

◆ DescriptionText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.DescriptionText
getset

◆ HowToLearnText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.HowToLearnText
getset

◆ HowToLearnTitle

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.HowToLearnTitle
getset

◆ CanAddFocus

bool TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CanAddFocus
getset

◆ CanLearnSkill

bool TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CanLearnSkill
getset

◆ NextLevelLearningRateText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.NextLevelLearningRateText
getset

◆ NextLevelCostText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.NextLevelCostText
getset

◆ ProgressHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ProgressHint
getset

◆ SkillXPHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.SkillXPHint
getset

◆ AddFocusHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.AddFocusHint
getset

◆ LearningLimitTooltip

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.LearningLimitTooltip
getset

◆ LearningRateTooltip

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.LearningRateTooltip
getset

◆ ProgressPercentage

double TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ProgressPercentage
getset

◆ LearningRate

float TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.LearningRate
getset

◆ CurrentSkillXP

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CurrentSkillXP
getset

◆ NextLevel

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.NextLevel
getset

◆ FullLearningRateLevel

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.FullLearningRateLevel
getset

◆ XpRequiredForNextLevel

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.XpRequiredForNextLevel
getset

◆ NumOfUnopenedPerks

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.NumOfUnopenedPerks
getset

◆ ProgressText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.ProgressText
getset

◆ FocusCostText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.FocusCostText
getset

◆ Perks

MBBindingList<PerkVM> TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.Perks
getset

◆ SkillEffects

MBBindingList<BindingListStringItem> TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.SkillEffects
getset

◆ MaxLevel

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.MaxLevel
getset

◆ CurrentLearningRateText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CurrentLearningRateText
getset

◆ CurrentFocusLevel

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.CurrentFocusLevel
getset

◆ AddFocusText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.AddFocusText
getset

◆ SkillId

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.SkillId
getset

◆ IsInspected

bool TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.IsInspected
getset

◆ NameText

string TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.NameText
getset

◆ Level

int TaleWorlds.CampaignSystem.ViewModelCollection.CharacterDeveloper.SkillVM.Level
getset