Table of Contents

Class MPLobbyRecentGameItemVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Profile
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

MBBindingList<MPLobbyRecentGamePlayerItemVM>

_playersB

public MBBindingList<MPLobbyRecentGamePlayerItemVM> _playersB

Field Value

MBBindingList<MPLobbyRecentGamePlayerItemVM>

Properties

AbandonedHint

public HintViewModel AbandonedHint { get; set; }

Property Value

HintViewModel

CultureA

public string CultureA { get; set; }

Property Value

string

CultureB

public string CultureB { get; set; }

Property Value

string

Date

public string Date { get; set; }

Property Value

string

FactionNameA

public string FactionNameA { get; set; }

Property Value

string

FactionNameB

public string FactionNameB { get; set; }

Property Value

string

GameMode

public string GameMode { get; set; }

Property Value

string

LastSeenPlayersText

public string LastSeenPlayersText { get; set; }

Property Value

string

LostHint

public HintViewModel LostHint { get; set; }

Property Value

HintViewModel

MatchInfo

public MatchHistoryData MatchInfo { get; }

Property Value

MatchHistoryData

MatchResultIndex

public int MatchResultIndex { get; set; }

Property Value

int

PlayerResultIndex

public int PlayerResultIndex { get; set; }

Property Value

int

PlayersA

public MBBindingList<MPLobbyRecentGamePlayerItemVM> PlayersA { get; set; }

Property Value

MBBindingList<MPLobbyRecentGamePlayerItemVM>

PlayersB

public MBBindingList<MPLobbyRecentGamePlayerItemVM> PlayersB { get; set; }

Property Value

MBBindingList<MPLobbyRecentGamePlayerItemVM>

ScoreA

public string ScoreA { get; set; }

Property Value

string

ScoreB

public string ScoreB { get; set; }

Property Value

string

Seperator

public string Seperator { get; set; }

Property Value

string

WonHint

public HintViewModel WonHint { get; set; }

Property Value

HintViewModel

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).