M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 TrainingFieldObjectivesVM ()
 
override void RefreshValues ()
 Used for updating localized texts.
 
void UpdateObjectivesWith (List< TrainingFieldMissionController.TutorialObjective > objectives)
 
void UpdateCurrentObjectiveText (TextObject currentObjectiveText)
 
void UpdateCurrentMouseObjective (TrainingFieldMissionController.MouseObjectives currentMouseObjective)
 
void UpdateTimerText (string timerText)
 
void UpdateIsGamepadActive ()
 
- 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)
 

Properties

MBBindingList< TrainingFieldObjectiveItemVMObjectiveItems [get, set]
 
string CurrentObjectiveText [get, set]
 
string TimerText [get, set]
 
string LeaveAnyTimeText [get, set]
 
int CurrentMouseObjective [get, set]
 
string RightStickAbbreviatedText [get, set]
 
bool IsGamepadActive [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 ()
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- 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

◆ TrainingFieldObjectivesVM()

StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.TrainingFieldObjectivesVM ( )

Member Function Documentation

◆ RefreshValues()

override void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ UpdateObjectivesWith()

void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.UpdateObjectivesWith ( List< TrainingFieldMissionController::TutorialObjective objectives)

◆ UpdateCurrentObjectiveText()

void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.UpdateCurrentObjectiveText ( TextObject  currentObjectiveText)

◆ UpdateCurrentMouseObjective()

void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.UpdateCurrentMouseObjective ( TrainingFieldMissionController::MouseObjectives  currentMouseObjective)

◆ UpdateTimerText()

void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.UpdateTimerText ( string  timerText)

◆ UpdateIsGamepadActive()

void StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.UpdateIsGamepadActive ( )

Property Documentation

◆ ObjectiveItems

MBBindingList<TrainingFieldObjectiveItemVM> StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.ObjectiveItems
getset

◆ CurrentObjectiveText

string StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.CurrentObjectiveText
getset

◆ TimerText

string StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.TimerText
getset

◆ LeaveAnyTimeText

string StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.LeaveAnyTimeText
getset

◆ CurrentMouseObjective

int StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.CurrentMouseObjective
getset

◆ RightStickAbbreviatedText

string StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.RightStickAbbreviatedText
getset

◆ IsGamepadActive

bool StoryMode.ViewModelCollection.Missions.TrainingFieldObjectivesVM.IsGamepadActive
getset