Class MPLobbyRecentGamesVM
- 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
Games
public MBBindingList<MPLobbyRecentGameItemVM> Games { get; set; }
Property Value
GotItems
public bool GotItems { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsPlayerActionsActive
public bool IsPlayerActionsActive { get; set; }
Property Value
NoRecentGamesFoundText
public string NoRecentGamesFoundText { get; set; }
Property Value
PlayerActions
public MBBindingList<StringPairItemWithActionVM> PlayerActions { get; set; }
Property Value
RecentGamesText
public string RecentGamesText { get; set; }
Property Value
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).