Class IncineratorRequirementConfig
Wrapper for the
Inheritance
System.Object
IncineratorRequirementConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public class IncineratorRequirementConfig
Properties
| Improve this Doc View SourceAmount
Amount that is needed to fulfill the requirement. Defaults to 1.
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item
Name of the item prefab of this incinerator requirement
Declaration
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetRequirement()
Creates a Valheim Piece.Requirement from this config.
Declaration
public Incinerator.Requirement GetRequirement()
Returns
Type | Description |
---|---|
Incinerator.Requirement |