Class Incinerators
Helper to get existing incinerator names
Inherited Members
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:
|
GetInternalName(string) | Get the internal name for a incinerator from its human readable name. |
GetNames() | Gets the human readable name to internal names map |