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

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MissionScoreboardSideVM (MissionScoreboardComponent.MissionScoreboardSide missionScoreboardSide, Action< MissionScoreboardPlayerVM > executeActivate, bool isSingleSide, bool isSecondSide)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void Tick (float dt)
 
override void OnFinalize ()
 
void UpdateRoundAttributes ()
 
void UpdateBotAttributes ()
 
void UpdatePlayerAttributes (MissionPeer player)
 
void RemovePlayer (MissionPeer peer)
 
void AddPlayer (MissionPeer peer)
 
- 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< MissionScoreboardPlayerVMPlayers [get, set]
 
MBBindingList< MissionScoreboardHeaderItemVMEntryProperties [get, set]
 
MissionScoreboardPlayerSortControllerVM PlayerSortController [get, set]
 
bool IsSingleSide [get, set]
 
bool IsSecondSide [get, set]
 
bool UseSecondary [get, set]
 
bool ShowAttackerOrDefenderIcons [get, set]
 
bool IsAttacker [get, set]
 
string Name [get, set]
 
string PlayersText [get, set]
 
string CultureId [get, set]
 
int RoundsWon [get, set]
 
string TeamColor [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

◆ MissionScoreboardSideVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.MissionScoreboardSideVM ( MissionScoreboardComponent::MissionScoreboardSide  missionScoreboardSide,
Action< MissionScoreboardPlayerVM executeActivate,
bool  isSingleSide,
bool  isSecondSide 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ Tick()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.Tick ( float  dt)

◆ OnFinalize()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ UpdateRoundAttributes()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.UpdateRoundAttributes ( )

◆ UpdateBotAttributes()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.UpdateBotAttributes ( )

◆ UpdatePlayerAttributes()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.UpdatePlayerAttributes ( MissionPeer  player)

◆ RemovePlayer()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.RemovePlayer ( MissionPeer  peer)

◆ AddPlayer()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.AddPlayer ( MissionPeer  peer)

Property Documentation

◆ Players

MBBindingList<MissionScoreboardPlayerVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.Players
getset

◆ EntryProperties

MBBindingList<MissionScoreboardHeaderItemVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.EntryProperties
getset

◆ PlayerSortController

MissionScoreboardPlayerSortControllerVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.PlayerSortController
getset

◆ IsSingleSide

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.IsSingleSide
getset

◆ IsSecondSide

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.IsSecondSide
getset

◆ UseSecondary

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.UseSecondary
getset

◆ ShowAttackerOrDefenderIcons

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.ShowAttackerOrDefenderIcons
getset

◆ IsAttacker

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.IsAttacker
getset

◆ Name

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.Name
getset

◆ PlayersText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.PlayersText
getset

◆ CultureId

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.CultureId
getset

◆ RoundsWon

int TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.RoundsWon
getset

◆ TeamColor

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardSideVM.TeamColor
getset