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

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MissionScoreboardVM (bool isSingleTeam, Mission mission)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void SetMouseState (bool isMouseVisible)
 
void Tick (float dt)
 
override void OnFinalize ()
 
void OnPlayerSideChanged (Team curTeam, Team nextTeam, MissionPeer client)
 
void DecreaseSpectatorCount (MissionPeer spectatedPeer)
 
void IncreaseSpectatorCount (MissionPeer spectatedPeer)
 
void ExecuteToggleMute ()
 
- 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

MPEndOfBattleVM EndOfBattle [get, set]
 
MBBindingList< StringPairItemWithActionVMPlayerActionList [get, set]
 
MBBindingList< MissionScoreboardSideVMSides [get, set]
 
bool IsUpdateOver [get, set]
 
bool IsInitalizationOver [get, set]
 
bool IsMouseEnabled [get, set]
 
bool IsActive [get, set]
 
bool IsPlayerActionsActive [get, set]
 
string Spectators [get, set]
 
InputKeyItemVM ShowMouseKey [get, set]
 
string MissionName [get, set]
 
string GameModeText [get, set]
 
string MapName [get, set]
 
string ServerName [get, set]
 
bool IsBotsEnabled [get, set]
 
bool IsSingleSide [get, set]
 
string ToggleMuteText [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

◆ MissionScoreboardVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.MissionScoreboardVM ( bool  isSingleTeam,
Mission  mission 
)

Member Function Documentation

◆ RefreshValues()

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

Reimplemented from TaleWorlds.Library.ViewModel.

◆ SetMouseState()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.SetMouseState ( bool  isMouseVisible)

◆ Tick()

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

◆ OnFinalize()

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

Reimplemented from TaleWorlds.Library.ViewModel.

◆ OnPlayerSideChanged()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.OnPlayerSideChanged ( Team  curTeam,
Team  nextTeam,
MissionPeer  client 
)

◆ DecreaseSpectatorCount()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.DecreaseSpectatorCount ( MissionPeer  spectatedPeer)

◆ IncreaseSpectatorCount()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IncreaseSpectatorCount ( MissionPeer  spectatedPeer)

◆ ExecuteToggleMute()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.ExecuteToggleMute ( )

Property Documentation

◆ EndOfBattle

MPEndOfBattleVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.EndOfBattle
getset

◆ PlayerActionList

MBBindingList<StringPairItemWithActionVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.PlayerActionList
getset

◆ Sides

MBBindingList<MissionScoreboardSideVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.Sides
getset

◆ IsUpdateOver

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsUpdateOver
getset

◆ IsInitalizationOver

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsInitalizationOver
getset

◆ IsMouseEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsMouseEnabled
getset

◆ IsActive

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsActive
getset

◆ IsPlayerActionsActive

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsPlayerActionsActive
getset

◆ Spectators

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.Spectators
getset

◆ ShowMouseKey

InputKeyItemVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.ShowMouseKey
getset

◆ MissionName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.MissionName
getset

◆ GameModeText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.GameModeText
getset

◆ MapName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.MapName
getset

◆ ServerName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.ServerName
getset

◆ IsBotsEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.IsBotsEnabled
getset

◆ IsSingleSide

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

◆ ToggleMuteText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Scoreboard.MissionScoreboardVM.ToggleMuteText
getset