Table of Contents

Class MPArmoryCosmeticTauntSlotVM

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

int

Properties

AssignedTauntItem

public MPArmoryCosmeticTauntItemVM AssignedTauntItem { get; set; }

Property Value

MPArmoryCosmeticTauntItemVM

EmptySlotKeyVisual

public InputKeyItemVM EmptySlotKeyVisual { get; set; }

Property Value

InputKeyItemVM

IsAcceptingTaunts

public bool IsAcceptingTaunts { get; set; }

Property Value

bool

IsEmpty

public bool IsEmpty { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsFocused

public bool IsFocused { get; set; }

Property Value

bool

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

SelectKeyVisual

public InputKeyItemVM SelectKeyVisual { get; set; }

Property Value

InputKeyItemVM

Methods

AssignTauntItem(MPArmoryCosmeticTauntItemVM, bool)

public void AssignTauntItem(MPArmoryCosmeticTauntItemVM tauntItem, bool isSwapping = false)

Parameters

tauntItem MPArmoryCosmeticTauntItemVM
isSwapping 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

Action<MPArmoryCosmeticTauntSlotVM, bool>

OnPreview

public static event Action<MPArmoryCosmeticTauntSlotVM> OnPreview

Event Type

Action<MPArmoryCosmeticTauntSlotVM>

OnSelected

public static event Action<MPArmoryCosmeticTauntSlotVM> OnSelected

Event Type

Action<MPArmoryCosmeticTauntSlotVM>

OnTauntEquipped

public static event Action<MPArmoryCosmeticTauntSlotVM, MPArmoryCosmeticTauntItemVM, bool> OnTauntEquipped

Event Type

Action<MPArmoryCosmeticTauntSlotVM, MPArmoryCosmeticTauntItemVM, bool>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).