M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MPIntermissionVM ()
 
override void RefreshValues ()
 Used for updating localized texts.
 
void Tick ()
 
override void OnFinalize ()
 
void ExecuteQuitServer ()
 
- 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

string ConnectedPlayersCountValueText [get, set]
 
string MaxNumPlayersValueText [get, set]
 
bool IsFactionAValid [get, set]
 
bool IsFactionBValid [get, set]
 
bool IsMissionTimerEnabled [get, set]
 
bool IsEndGameTimerEnabled [get, set]
 
bool IsNextMapInfoEnabled [get, set]
 
bool IsMapVoteEnabled [get, set]
 
bool IsCultureVoteEnabled [get, set]
 
bool IsPlayerCountEnabled [get, set]
 
string NextMapID [get, set]
 
string NextFactionACultureID [get, set]
 
string NextFactionBCultureID [get, set]
 
string PlayersLabel [get, set]
 
string MapVoteText [get, set]
 
string CultureVoteText [get, set]
 
string NextGameStateTimerLabel [get, set]
 
string NextGameStateTimerValue [get, set]
 
string WelcomeMessage [get, set]
 
string ServerName [get, set]
 
string NextGameType [get, set]
 
string NextMapName [get, set]
 
MBBindingList< MPIntermissionMapItemVMAvailableMaps [get, set]
 
MBBindingList< MPIntermissionCultureItemVMAvailableCultures [get, set]
 
string QuitText [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

◆ MPIntermissionVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.MPIntermissionVM ( )

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ Tick()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.Tick ( )

◆ OnFinalize()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ ExecuteQuitServer()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.ExecuteQuitServer ( )

Property Documentation

◆ ConnectedPlayersCountValueText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.ConnectedPlayersCountValueText
getset

◆ MaxNumPlayersValueText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.MaxNumPlayersValueText
getset

◆ IsFactionAValid

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsFactionAValid
getset

◆ IsFactionBValid

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsFactionBValid
getset

◆ IsMissionTimerEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsMissionTimerEnabled
getset

◆ IsEndGameTimerEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsEndGameTimerEnabled
getset

◆ IsNextMapInfoEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsNextMapInfoEnabled
getset

◆ IsMapVoteEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsMapVoteEnabled
getset

◆ IsCultureVoteEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsCultureVoteEnabled
getset

◆ IsPlayerCountEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.IsPlayerCountEnabled
getset

◆ NextMapID

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextMapID
getset

◆ NextFactionACultureID

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextFactionACultureID
getset

◆ NextFactionBCultureID

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextFactionBCultureID
getset

◆ PlayersLabel

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.PlayersLabel
getset

◆ MapVoteText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.MapVoteText
getset

◆ CultureVoteText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.CultureVoteText
getset

◆ NextGameStateTimerLabel

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextGameStateTimerLabel
getset

◆ NextGameStateTimerValue

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextGameStateTimerValue
getset

◆ WelcomeMessage

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.WelcomeMessage
getset

◆ ServerName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.ServerName
getset

◆ NextGameType

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextGameType
getset

◆ NextMapName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.NextMapName
getset

◆ AvailableMaps

MBBindingList<MPIntermissionMapItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.AvailableMaps
getset

◆ AvailableCultures

MBBindingList<MPIntermissionCultureItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.AvailableCultures
getset

◆ QuitText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Intermission.MPIntermissionVM.QuitText
getset