Class MPLobbyInformationPopup
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyInformationPopup : ViewModel
- Inheritance
-
MPLobbyInformationPopup
Constructors
MPLobbyInformationPopup()
public MPLobbyInformationPopup()
Properties
CloseText
public string CloseText { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
ExecuteClose()
public void ExecuteClose()
RefreshValues()
public override void RefreshValues()
SetDoneInputKey(HotKey)
public void SetDoneInputKey(HotKey hotkey)
Parameters
hotkey
HotKey
ShowInformation(string, string)
public void ShowInformation(string title, string message)
Parameters
ShowInformation(TextObject, TextObject)
public void ShowInformation(TextObject title, TextObject message)
Parameters
title
TextObjectmessage
TextObject
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).