Class CookingStations
Helper to get existing cooking station names
Inherited Members
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public static class CookingStations
Properties
Name | Description |
---|---|
CookingStation | Cooking station |
IronCookingStation | Iron cooking station |
StoneOven | Stone oven cooking station |
Methods
Name | Description |
---|---|
GetAcceptableValueList() | Get a BepInEx.Configuration.AcceptableValueList<T> of all cooking station names.
This can be used to create a BepInEx.Configuration.ConfigEntry<T> where only valid cooking stations can be selected. Example:
|
GetInternalName(string) | Get the internal name for a cooking station from its human readable name. |
GetNames() | Gets the human readable name to internal names map |