Table of Contents

Class MPAuthenticationVM

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

Constructors

MPAuthenticationVM(LobbyState)

public MPAuthenticationVM(LobbyState lobbyState)

Parameters

lobbyState LobbyState

Properties

AuthenticationDebug

public MPAuthenticationDebugVM AuthenticationDebug { get; set; }

Property Value

MPAuthenticationDebugVM

CanTryLogin

public bool CanTryLogin { get; set; }

Property Value

bool

CancelInputKey

public InputKeyItemVM CancelInputKey { get; set; }

Property Value

InputKeyItemVM

CommunityGamesText

public string CommunityGamesText { get; set; }

Property Value

string

DoneInputKey

public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

ExitText

public string ExitText { get; set; }

Property Value

string

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsLoginRequestActive

public bool IsLoginRequestActive { get; set; }

Property Value

bool

LoginText

public string LoginText { get; set; }

Property Value

string

MessageText

public string MessageText { get; set; }

Property Value

string

TitleText

public string TitleText { get; set; }

Property Value

string

Methods

ExecuteExit()

public void ExecuteExit()

ExecuteLogin()

public void ExecuteLogin()

OnFinalize()

public override void OnFinalize()

OnTick(float)

public void OnTick(float dt)

Parameters

dt float

RefreshValues()

public override void RefreshValues()

SetCancelInputKey(HotKey)

public void SetCancelInputKey(HotKey hotkey)

Parameters

hotkey HotKey

SetDoneInputKey(HotKey)

public void SetDoneInputKey(HotKey hotkey)

Parameters

hotkey HotKey

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