Table of Contents

Class MPLobbyHomeChangeSigilPopupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Home
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

InputKeyItemVM

CancelText

public string CancelText { get; set; }

Property Value

string

ChangeText

public string ChangeText { get; set; }

Property Value

string

DoneInputKey

public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsInClan

public bool IsInClan { get; set; }

Property Value

bool

IsLoading

public bool IsLoading { get; set; }

Property Value

bool

IsUsingClanSigil

public bool IsUsingClanSigil { get; set; }

Property Value

bool

Loot

public int Loot { get; set; }

Property Value

int

SelectedSigil

public MPLobbyCosmeticSigilItemVM SelectedSigil { get; }

Property Value

MPLobbyCosmeticSigilItemVM

SigilList

public MBBindingList<MPLobbyCosmeticSigilItemVM> SigilList { get; set; }

Property Value

MBBindingList<MPLobbyCosmeticSigilItemVM>

TitleText

public string TitleText { get; set; }

Property Value

string

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).