Show / Hide Table of Contents

Class Incinerators

Helper to get existing incinerator names
Inheritance
object
Incinerators
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public class Incinerators

Properties

Name Description
Incinerator Incinerator

Methods

Name Description
GetAcceptableValueList() Get a BepInEx.Configuration.AcceptableValueList<T> of all incinerator names. This can be used to create a BepInEx.Configuration.ConfigEntry<T> where only valid incinerator can be selected.

Example:
var incineratorConfig = Config.Bind("Section", "Key", nameof(Incinerators.Incinerator), new ConfigDescription("Description", Incinerators.GetAcceptableValueList()));
GetInternalName(string) Get the internal name for a incinerator from its human readable name.
GetNames() Gets the human readable name to internal names map

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾