Table of Contents

Class MPCosmeticObtainPopupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPCosmeticObtainPopupVM : ViewModel
Inheritance
MPCosmeticObtainPopupVM

Constructors

MPCosmeticObtainPopupVM(Action<string, int>, Func<string>)

public MPCosmeticObtainPopupVM(Action<string, int> onItemObtained, Func<string> getContinueKeyText)

Parameters

onItemObtained Action<string, int>
getContinueKeyText Func<string>

Properties

AnimationVariationText

public string AnimationVariationText { get; set; }

Property Value

string

CanObtain

public bool CanObtain { get; set; }

Property Value

bool

CharacterVisual

public CharacterViewModel CharacterVisual { get; set; }

Property Value

CharacterViewModel

ClickToCloseText

public string ClickToCloseText { get; set; }

Property Value

string

ContinueText

public string ContinueText { get; set; }

Property Value

string

Cultures

public MBBindingList<MPCultureItemVM> Cultures { get; set; }

Property Value

MBBindingList<MPCultureItemVM>

CurrentLootText

public string CurrentLootText { get; set; }

Property Value

string

DoneInputKey

public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsObtainSuccessful

public bool IsObtainSuccessful { get; set; }

Property Value

bool

IsOpenedWithClothingItem

public bool IsOpenedWithClothingItem { get; set; }

Property Value

bool

IsOpenedWithSigilItem

public bool IsOpenedWithSigilItem { get; set; }

Property Value

bool

IsOpenedWithTauntItem

public bool IsOpenedWithTauntItem { get; set; }

Property Value

bool

Item

public MPArmoryCosmeticClothingItemVM Item { get; set; }

Property Value

MPArmoryCosmeticClothingItemVM

ItemVisual

public ItemCollectionElementViewModel ItemVisual { get; set; }

Property Value

ItemCollectionElementViewModel

NotEnoughLootText

public string NotEnoughLootText { get; set; }

Property Value

string

ObtainDescriptionText

public string ObtainDescriptionText { get; set; }

Property Value

string

ObtainResultText

public string ObtainResultText { get; set; }

Property Value

string

ObtainState

public int ObtainState { get; set; }

Property Value

int

PreviewAsText

public string PreviewAsText { get; set; }

Property Value

string

SigilItem

public MPLobbyCosmeticSigilItemVM SigilItem { get; set; }

Property Value

MPLobbyCosmeticSigilItemVM

TauntItem

public MPArmoryCosmeticTauntItemVM TauntItem { get; set; }

Property Value

MPArmoryCosmeticTauntItemVM

Methods

ExecuteClosePopup()

public void ExecuteClosePopup()

ExecuteSelectNextAnimation(int)

public void ExecuteSelectNextAnimation(int increment)

Parameters

increment int

OnFinalize()

public override void OnFinalize()

OpenWith(MPArmoryCosmeticClothingItemVM)

public void OpenWith(MPArmoryCosmeticClothingItemVM item)

Parameters

item MPArmoryCosmeticClothingItemVM

OpenWith(MPArmoryCosmeticTauntItemVM, CharacterViewModel)

public void OpenWith(MPArmoryCosmeticTauntItemVM item, CharacterViewModel sourceCharacter)

Parameters

item MPArmoryCosmeticTauntItemVM
sourceCharacter CharacterViewModel

OpenWith(MPLobbyCosmeticSigilItemVM)

public void OpenWith(MPLobbyCosmeticSigilItemVM sigilItem)

Parameters

sigilItem MPLobbyCosmeticSigilItemVM

RefreshValues()

public override void RefreshValues()

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