Class MPCosmeticObtainPopupVM
- 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
Properties
AnimationVariationText
public string AnimationVariationText { get; set; }
Property Value
CanObtain
public bool CanObtain { get; set; }
Property Value
CharacterVisual
public CharacterViewModel CharacterVisual { get; set; }
Property Value
ClickToCloseText
public string ClickToCloseText { get; set; }
Property Value
ContinueText
public string ContinueText { get; set; }
Property Value
Cultures
public MBBindingList<MPCultureItemVM> Cultures { get; set; }
Property Value
CurrentLootText
public string CurrentLootText { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsObtainSuccessful
public bool IsObtainSuccessful { get; set; }
Property Value
IsOpenedWithClothingItem
public bool IsOpenedWithClothingItem { get; set; }
Property Value
IsOpenedWithSigilItem
public bool IsOpenedWithSigilItem { get; set; }
Property Value
IsOpenedWithTauntItem
public bool IsOpenedWithTauntItem { get; set; }
Property Value
Item
public MPArmoryCosmeticClothingItemVM Item { get; set; }
Property Value
ItemVisual
public ItemCollectionElementViewModel ItemVisual { get; set; }
Property Value
NotEnoughLootText
public string NotEnoughLootText { get; set; }
Property Value
ObtainDescriptionText
public string ObtainDescriptionText { get; set; }
Property Value
ObtainResultText
public string ObtainResultText { get; set; }
Property Value
ObtainState
public int ObtainState { get; set; }
Property Value
PreviewAsText
public string PreviewAsText { get; set; }
Property Value
SigilItem
public MPLobbyCosmeticSigilItemVM SigilItem { get; set; }
Property Value
TauntItem
public MPArmoryCosmeticTauntItemVM TauntItem { get; set; }
Property Value
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
OpenWith(MPArmoryCosmeticTauntItemVM, CharacterViewModel)
public void OpenWith(MPArmoryCosmeticTauntItemVM item, CharacterViewModel sourceCharacter)
Parameters
item
MPArmoryCosmeticTauntItemVMsourceCharacter
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).