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

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 TeamSelectTeamInstanceVM (MissionScoreboardComponent missionScoreboardComponent, Team team, BasicCultureObject culture, BannerCode bannercode, Action< Team > onSelect, bool useSecondary)
 
override void RefreshValues ()
 Used for updating localized texts.
 
override void OnFinalize ()
 
void RefreshFriends (IEnumerable< MissionPeer > friends)
 
void SetIsDisabled (bool isCurrentTeam, bool disabledForBalance)
 
void ExecuteSelectTeam ()
 
- 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 Team Team
 
readonly Action< Team_onSelect
 

Properties

string CultureId [get, set]
 
int Score [get, set]
 
bool IsDisabled [get, set]
 Don't access out of class. Use SetIsDisabled.
 
bool UseSecondary [get, set]
 
bool IsAttacker [get, set]
 
bool IsSiege [get, set]
 
string DisplayedPrimary [get, set]
 
string DisplayedSecondary [get, set]
 
string DisplayedSecondarySub [get, set]
 
string LockText [get, set]
 
ImageIdentifierVM Banner [get, set]
 
MBBindingList< MPPlayerVMFriendAvatars [get, set]
 
bool HasExtraFriends [get, set]
 
string FriendsExtraText [get, set]
 
HintViewModel FriendsExtraHint [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

◆ TeamSelectTeamInstanceVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.TeamSelectTeamInstanceVM ( MissionScoreboardComponent  missionScoreboardComponent,
Team  team,
BasicCultureObject  culture,
BannerCode  bannercode,
Action< Team onSelect,
bool  useSecondary 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ OnFinalize()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ RefreshFriends()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.RefreshFriends ( IEnumerable< MissionPeer friends)

◆ SetIsDisabled()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.SetIsDisabled ( bool  isCurrentTeam,
bool  disabledForBalance 
)

◆ ExecuteSelectTeam()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.ExecuteSelectTeam ( )

Member Data Documentation

◆ Team

readonly Team TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.Team

◆ _onSelect

readonly Action<Team> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM._onSelect

Property Documentation

◆ CultureId

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.CultureId
getset

◆ Score

int TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.Score
getset

◆ IsDisabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.IsDisabled
getset

◆ UseSecondary

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.UseSecondary
getset

◆ IsAttacker

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.IsAttacker
getset

◆ IsSiege

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.IsSiege
getset

◆ DisplayedPrimary

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.DisplayedPrimary
getset

◆ DisplayedSecondary

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.DisplayedSecondary
getset

◆ DisplayedSecondarySub

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.DisplayedSecondarySub
getset

◆ LockText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.LockText
getset

◆ Banner

ImageIdentifierVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.Banner
getset

◆ FriendAvatars

MBBindingList<MPPlayerVM> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.FriendAvatars
getset

◆ HasExtraFriends

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.HasExtraFriends
getset

◆ FriendsExtraText

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.FriendsExtraText
getset

◆ FriendsExtraHint

HintViewModel TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.TeamSelection.TeamSelectTeamInstanceVM.FriendsExtraHint
getset