Class ItemData
- Namespace
- TaleWorlds.MountAndBlade.Diamond
- Assembly
- TaleWorlds.MountAndBlade.Diamond.dll
public class ItemData
- Inheritance
-
ItemData
- Inherited Members
Constructors
ItemData()
public ItemData()
Properties
Index
public int? Index { get; set; }
Property Value
- int?
IsValid
public bool IsValid { get; }
Property Value
ItemKey
public string ItemKey { get; }
Property Value
ModifierId
public string ModifierId { get; set; }
Property Value
Price
public int Price { get; }
Property Value
TypeId
public string TypeId { get; set; }
Property Value
Methods
CanItemToEquipmentDragPossible(int)
public bool CanItemToEquipmentDragPossible(int equipmentIndex)
Parameters
equipmentIndex
int
Returns
CanItemToEquipmentDragPossible(string, int)
public static bool CanItemToEquipmentDragPossible(string itemTypeId, int equipmentIndex)
Parameters
Returns
CopyItemData(ItemData)
public void CopyItemData(ItemData itemdata)
Parameters
itemdata
ItemData
GetPriceOf(string, string)
public static int GetPriceOf(string itemId, string modifierId)
Parameters
Returns
IsItemValid(string, string)
public static bool IsItemValid(string itemId, string modifierId)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).