Class MPLobbyHomeChangeSigilPopupVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyHomeChangeSigilPopupVM : ViewModel
- Inheritance
-
MPLobbyHomeChangeSigilPopupVM
Constructors
MPLobbyHomeChangeSigilPopupVM(Action<MPLobbyCosmeticSigilItemVM>)
public MPLobbyHomeChangeSigilPopupVM(Action<MPLobbyCosmeticSigilItemVM> onItemObtainRequested)
Parameters
onItemObtainRequested
Action<MPLobbyCosmeticSigilItemVM>
Properties
CancelInputKey
public InputKeyItemVM CancelInputKey { get; set; }
Property Value
CancelText
public string CancelText { get; set; }
Property Value
ChangeText
public string ChangeText { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsInClan
public bool IsInClan { get; set; }
Property Value
IsLoading
public bool IsLoading { get; set; }
Property Value
IsUsingClanSigil
public bool IsUsingClanSigil { get; set; }
Property Value
Loot
public int Loot { get; set; }
Property Value
SelectedSigil
public MPLobbyCosmeticSigilItemVM SelectedSigil { get; }
Property Value
SigilList
public MBBindingList<MPLobbyCosmeticSigilItemVM> SigilList { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
Methods
ExecuteChangeSigil()
public void ExecuteChangeSigil()
ExecuteClosePopup()
public void ExecuteClosePopup()
OnFinalize()
public override void OnFinalize()
OnLootUpdated(int)
public void OnLootUpdated(int finalLoot)
Parameters
finalLoot
int
Open()
public void Open()
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).