Class MPAuthenticationVM
- 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
CanTryLogin
public bool CanTryLogin { get; set; }
Property Value
CancelInputKey
public InputKeyItemVM CancelInputKey { get; set; }
Property Value
CommunityGamesText
public string CommunityGamesText { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
ExitText
public string ExitText { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsLoginRequestActive
public bool IsLoginRequestActive { get; set; }
Property Value
LoginText
public string LoginText { get; set; }
Property Value
MessageText
public string MessageText { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
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).