Class MPLobbyQueryPopupVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyQueryPopupVM : ViewModel
- Inheritance
-
MPLobbyQueryPopupVM
Constructors
MPLobbyQueryPopupVM()
public MPLobbyQueryPopupVM()
Properties
CancelInputKey
public InputKeyItemVM CancelInputKey { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsInquiry
public bool IsInquiry { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
ExecuteAccept()
public void ExecuteAccept()
ExecuteDecline()
public void ExecuteDecline()
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
ShowInquiry(TextObject, TextObject, Action, Action)
public void ShowInquiry(TextObject title, TextObject message, Action onAccepted, Action onDeclined)
Parameters
title
TextObjectmessage
TextObjectonAccepted
ActiononDeclined
Action
ShowMessage(TextObject, TextObject)
public void ShowMessage(TextObject title, TextObject message)
Parameters
title
TextObjectmessage
TextObject
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).