Class CraftingResourceItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class CraftingResourceItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
CraftingResourceItemVM
- Implements
- Inherited Members
Constructors
CraftingResourceItemVM(CraftingMaterials, int, int)
public CraftingResourceItemVM(CraftingMaterials material, int amount, int changeAmount = 0)
Parameters
material
CraftingMaterialsamount
intchangeAmount
int
Properties
ResourceAmount
[DataSourceProperty]
public int ResourceAmount { get; set; }
Property Value
ResourceChangeAmount
[DataSourceProperty]
public int ResourceChangeAmount { get; set; }
Property Value
ResourceHint
[DataSourceProperty]
public HintViewModel ResourceHint { get; set; }
Property Value
ResourceItem
public ItemObject ResourceItem { get; }
Property Value
ResourceItemStringId
[DataSourceProperty]
public string ResourceItemStringId { get; set; }
Property Value
ResourceMaterial
public CraftingMaterials ResourceMaterial { get; }
Property Value
ResourceMaterialTypeAsStr
[DataSourceProperty]
public string ResourceMaterialTypeAsStr { get; set; }
Property Value
ResourceName
[DataSourceProperty]
public string ResourceName { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).