Class InventoryItemTupleWidget
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.Inventory
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class InventoryItemTupleWidget : InventoryItemButtonWidget
- Inheritance
-
InventoryItemTupleWidget
- Inherited Members
Constructors
InventoryItemTupleWidget(UIContext)
public InventoryItemTupleWidget(UIContext context)
Parameters
context
UIContext
Fields
TransferRequestHandlers
public List<Action<InventoryItemTupleWidget>> TransferRequestHandlers
Field Value
Properties
CanCharacterUseItem
[Editor(false)]
public bool CanCharacterUseItem { get; set; }
Property Value
CharacterCantUseBrush
[Editor(false)]
public Brush CharacterCantUseBrush { get; set; }
Property Value
CivilianDisabledBrush
[Editor(false)]
public Brush CivilianDisabledBrush { get; set; }
Property Value
CostTextWidget
[Editor(false)]
public TextWidget CostTextWidget { get; set; }
Property Value
CountTextWidget
[Editor(false)]
public TextWidget CountTextWidget { get; set; }
Property Value
DefaultBrush
[Editor(false)]
public Brush DefaultBrush { get; set; }
Property Value
EquipButton
[Editor(false)]
public ButtonWidget EquipButton { get; set; }
Property Value
ExtendedControlsContainer
[Editor(false)]
public InventoryTupleExtensionControlsWidget ExtendedControlsContainer { get; set; }
Property Value
IsCivilian
[Editor(false)]
public bool IsCivilian { get; set; }
Property Value
IsEquipable
[Editor(false)]
public bool IsEquipable { get; set; }
Property Value
IsGenderDifferent
[Editor(false)]
public bool IsGenderDifferent { get; set; }
Property Value
IsNewlyAdded
[Editor(false)]
public bool IsNewlyAdded { get; set; }
Property Value
IsTransferable
[Editor(false)]
public bool IsTransferable { get; set; }
Property Value
ItemCount
[Editor(false)]
public int ItemCount { get; set; }
Property Value
ItemID
[Editor(false)]
public string ItemID { get; set; }
Property Value
ItemImageIdentifier
public InventoryImageIdentifierWidget ItemImageIdentifier { get; set; }
Property Value
MainContainer
[Editor(false)]
public BrushListPanel MainContainer { get; set; }
Property Value
NameTextWidget
[Editor(false)]
public TextWidget NameTextWidget { get; set; }
Property Value
ProfitState
public int ProfitState { get; set; }
Property Value
Slider
[Editor(false)]
public InventoryTwoWaySliderWidget Slider { get; set; }
Property Value
SliderParent
[Editor(false)]
public Widget SliderParent { get; set; }
Property Value
SliderTextWidget
[Editor(false)]
public TextWidget SliderTextWidget { get; set; }
Property Value
SliderTransferButton
[Editor(false)]
public ButtonWidget SliderTransferButton { get; set; }
Property Value
TransactionCount
[Editor(false)]
public int TransactionCount { get; set; }
Property Value
TransferButton
[Editor(false)]
public InventoryTransferButtonWidget TransferButton { get; set; }
Property Value
ViewButton
[Editor(false)]
public ButtonWidget ViewButton { get; set; }
Property Value
Methods
OnConnectedToRoot()
protected override void OnConnectedToRoot()
OnDisconnectedFromRoot()
protected override void OnDisconnectedFromRoot()
OnMouseAlternateReleased()
protected override void OnMouseAlternateReleased()
OnMouseReleased()
protected override void OnMouseReleased()
ProcessBuyItem(bool, int)
public void ProcessBuyItem(bool playSound, int count = -1)
Parameters
ProcessSellItem(bool, int)
public void ProcessSellItem(bool playSound, int count = -1)
Parameters
RefreshState()
protected override void RefreshState()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).