Class MPLobbyMenuVM
- 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
LobbyStatesetNavigationRestriction
Action<bool>onQuit
Func<Task>
Properties
ArmoryText
public string ArmoryText { get; set; }
Property Value
HasProfileNotification
public bool HasProfileNotification { get; set; }
Property Value
HomeText
public string HomeText { get; set; }
Property Value
IsClanSupported
public bool IsClanSupported { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsMatchmakingSupported
public bool IsMatchmakingSupported { get; set; }
Property Value
MatchmakingText
public string MatchmakingText { get; set; }
Property Value
NextPageInputKey
public InputKeyItemVM NextPageInputKey { get; set; }
Property Value
PageIndex
public int PageIndex { get; set; }
Property Value
PreviousPageInputKey
public InputKeyItemVM PreviousPageInputKey { get; set; }
Property Value
ProfileText
public string ProfileText { get; set; }
Property Value
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
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).