Show / Hide Table of Contents

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 Source

Amount

Amount that is needed to fulfill the requirement. Defaults to 1.
Declaration
public int Amount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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 Source

GetRequirement()

Creates a Valheim Piece.Requirement from this config.
Declaration
public Incinerator.Requirement GetRequirement()
Returns
Type Description
Incinerator.Requirement

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾