Table of Contents

Class MPLobbyMenuVM

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

Constructors

MPLobbyMenuVM(LobbyState, Action<bool>, Func<Task>)

public MPLobbyMenuVM(LobbyState lobbyState, Action<bool> setNavigationRestriction, Func<Task> onQuit)

Parameters

lobbyState LobbyState
setNavigationRestriction Action<bool>
onQuit Func<Task>

Properties

ArmoryText

public string ArmoryText { get; set; }

Property Value

string

HasProfileNotification

public bool HasProfileNotification { get; set; }

Property Value

bool

HomeText

public string HomeText { get; set; }

Property Value

string

IsClanSupported

public bool IsClanSupported { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsMatchmakingSupported

public bool IsMatchmakingSupported { get; set; }

Property Value

bool

MatchmakingText

public string MatchmakingText { get; set; }

Property Value

string

NextPageInputKey

public InputKeyItemVM NextPageInputKey { get; set; }

Property Value

InputKeyItemVM

PageIndex

public int PageIndex { get; set; }

Property Value

int

PreviousPageInputKey

public InputKeyItemVM PreviousPageInputKey { get; set; }

Property Value

InputKeyItemVM

ProfileText

public string ProfileText { get; set; }

Property Value

string

Methods

ExecuteExit()

public void ExecuteExit()

OnFinalize()

public override void OnFinalize()

OnSupportedFeaturesRefreshed(SupportedFeatures)

public void OnSupportedFeaturesRefreshed(SupportedFeatures supportedFeatures)

Parameters

supportedFeatures SupportedFeatures

RefreshValues()

public override void RefreshValues()

SetPage(LobbyPage)

public void SetPage(MPLobbyVM.LobbyPage lobbyPage)

Parameters

lobbyPage MPLobbyVM.LobbyPage

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