Class MPArmoryCosmeticTauntSlotVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPArmoryCosmeticTauntSlotVM : ViewModel
- Inheritance
-
MPArmoryCosmeticTauntSlotVM
Constructors
MPArmoryCosmeticTauntSlotVM(int)
public MPArmoryCosmeticTauntSlotVM(int slotIndex)
Parameters
slotIndex
int
Fields
SlotIndex
public readonly int SlotIndex
Field Value
Properties
AssignedTauntItem
public MPArmoryCosmeticTauntItemVM AssignedTauntItem { get; set; }
Property Value
EmptySlotKeyVisual
public InputKeyItemVM EmptySlotKeyVisual { get; set; }
Property Value
IsAcceptingTaunts
public bool IsAcceptingTaunts { get; set; }
Property Value
IsEmpty
public bool IsEmpty { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsFocused
public bool IsFocused { get; set; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
SelectKeyVisual
public InputKeyItemVM SelectKeyVisual { get; set; }
Property Value
Methods
AssignTauntItem(MPArmoryCosmeticTauntItemVM, bool)
public void AssignTauntItem(MPArmoryCosmeticTauntItemVM tauntItem, bool isSwapping = false)
Parameters
tauntItem
MPArmoryCosmeticTauntItemVMisSwapping
bool
ExecuteFocus()
public void ExecuteFocus()
ExecutePreview()
public void ExecutePreview()
ExecuteSelect()
public void ExecuteSelect()
ExecuteUnfocus()
public void ExecuteUnfocus()
OnFinalize()
public override void OnFinalize()
SetEmptySlotKeyVisual(HotKey)
public void SetEmptySlotKeyVisual(HotKey hotKey)
Parameters
hotKey
HotKey
SetSelectKeyVisual(HotKey)
public void SetSelectKeyVisual(HotKey hotKey)
Parameters
hotKey
HotKey
Events
OnFocusChanged
public static event Action<MPArmoryCosmeticTauntSlotVM, bool> OnFocusChanged
Event Type
OnPreview
public static event Action<MPArmoryCosmeticTauntSlotVM> OnPreview
Event Type
OnSelected
public static event Action<MPArmoryCosmeticTauntSlotVM> OnSelected
Event Type
OnTauntEquipped
public static event Action<MPArmoryCosmeticTauntSlotVM, MPArmoryCosmeticTauntItemVM, bool> OnTauntEquipped
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).