Struct CraftingStatData
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public struct CraftingStatData
- Inherited Members
- Extension Methods
Constructors
CraftingStatData(TextObject, float, float, CraftingStatTypes, DamageTypes)
public CraftingStatData(TextObject descriptionText, float curValue, float maxValue, CraftingTemplate.CraftingStatTypes type, DamageTypes damageType = DamageTypes.Invalid)
Parameters
descriptionText
TextObjectcurValue
floatmaxValue
floattype
CraftingTemplate.CraftingStatTypesdamageType
DamageTypes
Fields
CurValue
public readonly float CurValue
Field Value
DamageType
public readonly DamageTypes DamageType
Field Value
DescriptionText
public readonly TextObject DescriptionText
Field Value
MaxValue
public readonly float MaxValue
Field Value
Type
public readonly CraftingTemplate.CraftingStatTypes Type
Field Value
Properties
IsValid
public bool IsValid { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).