Table of Contents

Class MPLobbyGameSearchVM

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

string

AverageWaitingTimeDescription

public string AverageWaitingTimeDescription { get; set; }

Property Value

string

CanCancelSearch

public bool CanCancelSearch { get; set; }

Property Value

bool

CancelText

public string CancelText { get; set; }

Property Value

string

CurrentWaitingTime

public string CurrentWaitingTime { get; set; }

Property Value

string

CurrentWaitingTimeDescription

public string CurrentWaitingTimeDescription { get; set; }

Property Value

string

CustomGameMode

public MPCustomGameVM.CustomGameMode CustomGameMode { get; }

Property Value

MPCustomGameVM.CustomGameMode

GameTypesText

public string GameTypesText { get; set; }

Property Value

string

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

ShowStats

public bool ShowStats { get; set; }

Property Value

bool

TitleText

public string TitleText { get; set; }

Property Value

string

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 MatchmakingWaitTimeStats
gameTypeInfo string[]

UpdatePremadeGameData()

public void UpdatePremadeGameData()

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