Table of Contents

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 TextObject
curValue float
maxValue float
type CraftingTemplate.CraftingStatTypes
damageType DamageTypes

Fields

CurValue

public readonly float CurValue

Field Value

float

DamageType

public readonly DamageTypes DamageType

Field Value

DamageTypes

DescriptionText

public readonly TextObject DescriptionText

Field Value

TextObject

MaxValue

public readonly float MaxValue

Field Value

float

Type

public readonly CraftingTemplate.CraftingStatTypes Type

Field Value

CraftingTemplate.CraftingStatTypes

Properties

IsValid

public bool IsValid { get; }

Property Value

bool

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