Table of Contents

Class MPLobbyRecentGamesVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Profile
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyRecentGamesVM : ViewModel
Inheritance
MPLobbyRecentGamesVM

Constructors

MPLobbyRecentGamesVM()

public MPLobbyRecentGamesVM()

Properties

CloseText

public string CloseText { get; set; }

Property Value

string

Games

public MBBindingList<MPLobbyRecentGameItemVM> Games { get; set; }

Property Value

MBBindingList<MPLobbyRecentGameItemVM>

GotItems

public bool GotItems { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsPlayerActionsActive

public bool IsPlayerActionsActive { get; set; }

Property Value

bool

NoRecentGamesFoundText

public string NoRecentGamesFoundText { get; set; }

Property Value

string

PlayerActions

public MBBindingList<StringPairItemWithActionVM> PlayerActions { get; set; }

Property Value

MBBindingList<StringPairItemWithActionVM>

RecentGamesText

public string RecentGamesText { get; set; }

Property Value

string

Methods

ActivatePlayerActions(MPLobbyRecentGamePlayerItemVM)

public void ActivatePlayerActions(MPLobbyRecentGamePlayerItemVM playerVM)

Parameters

playerVM MPLobbyRecentGamePlayerItemVM

ExecuteClosePopup()

public void ExecuteClosePopup()

ExecuteOpenPopup()

public void ExecuteOpenPopup()

OnFriendListUpdated(bool)

public void OnFriendListUpdated(bool forceUpdate = false)

Parameters

forceUpdate bool

RefreshData(MBReadOnlyList<MatchHistoryData>)

public void RefreshData(MBReadOnlyList<MatchHistoryData> matches)

Parameters

matches MBReadOnlyList<MatchHistoryData>

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).