Class MPLobbyRecentGameItemVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyRecentGameItemVM : ViewModel
- Inheritance
-
MPLobbyRecentGameItemVM
Constructors
MPLobbyRecentGameItemVM(Action<MPLobbyRecentGamePlayerItemVM>)
public MPLobbyRecentGameItemVM(Action<MPLobbyRecentGamePlayerItemVM> onActivatePlayerActions)
Parameters
onActivatePlayerActions
Action<MPLobbyRecentGamePlayerItemVM>
Fields
_playersA
public MBBindingList<MPLobbyRecentGamePlayerItemVM> _playersA
Field Value
_playersB
public MBBindingList<MPLobbyRecentGamePlayerItemVM> _playersB
Field Value
Properties
AbandonedHint
public HintViewModel AbandonedHint { get; set; }
Property Value
CultureA
public string CultureA { get; set; }
Property Value
CultureB
public string CultureB { get; set; }
Property Value
Date
public string Date { get; set; }
Property Value
FactionNameA
public string FactionNameA { get; set; }
Property Value
FactionNameB
public string FactionNameB { get; set; }
Property Value
GameMode
public string GameMode { get; set; }
Property Value
LastSeenPlayersText
public string LastSeenPlayersText { get; set; }
Property Value
LostHint
public HintViewModel LostHint { get; set; }
Property Value
MatchInfo
public MatchHistoryData MatchInfo { get; }
Property Value
MatchResultIndex
public int MatchResultIndex { get; set; }
Property Value
PlayerResultIndex
public int PlayerResultIndex { get; set; }
Property Value
PlayersA
public MBBindingList<MPLobbyRecentGamePlayerItemVM> PlayersA { get; set; }
Property Value
PlayersB
public MBBindingList<MPLobbyRecentGamePlayerItemVM> PlayersB { get; set; }
Property Value
ScoreA
public string ScoreA { get; set; }
Property Value
ScoreB
public string ScoreB { get; set; }
Property Value
Seperator
public string Seperator { get; set; }
Property Value
WonHint
public HintViewModel WonHint { get; set; }
Property Value
Methods
FillFrom(MatchHistoryData)
public void FillFrom(MatchHistoryData match)
Parameters
match
MatchHistoryData
OnFriendListUpdated(bool)
public void OnFriendListUpdated(bool forceUpdate = false)
Parameters
forceUpdate
bool
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).