Class MPLobbyGameSearchVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyGameSearchVM : ViewModel
- Inheritance
-
MPLobbyGameSearchVM
Constructors
MPLobbyGameSearchVM()
public MPLobbyGameSearchVM()
Properties
AverageWaitingTime
public string AverageWaitingTime { get; set; }
Property Value
AverageWaitingTimeDescription
public string AverageWaitingTimeDescription { get; set; }
Property Value
CanCancelSearch
public bool CanCancelSearch { get; set; }
Property Value
CancelText
public string CancelText { get; set; }
Property Value
CurrentWaitingTime
public string CurrentWaitingTime { get; set; }
Property Value
CurrentWaitingTimeDescription
public string CurrentWaitingTimeDescription { get; set; }
Property Value
CustomGameMode
public MPCustomGameVM.CustomGameMode CustomGameMode { get; }
Property Value
GameTypesText
public string GameTypesText { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
ShowStats
public bool ShowStats { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
Methods
OnJoinPremadeGameRequestSuccessful()
public void OnJoinPremadeGameRequestSuccessful()
OnRequestedToCancelSearchBattle()
public void OnRequestedToCancelSearchBattle()
OnTick(float)
public void OnTick(float dt)
Parameters
dt
float
RefreshValues()
public override void RefreshValues()
SetEnabled(bool)
public void SetEnabled(bool enabled)
Parameters
enabled
bool
UpdateCanCancel()
public void UpdateCanCancel()
UpdateData(MatchmakingWaitTimeStats, string[])
public void UpdateData(MatchmakingWaitTimeStats matchmakingWaitTimeStats, string[] gameTypeInfo)
Parameters
matchmakingWaitTimeStats
MatchmakingWaitTimeStatsgameTypeInfo
string[]
UpdatePremadeGameData()
public void UpdatePremadeGameData()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).