Show / Hide Table of Contents

Method GetRecipes

| Edit this page View Source

GetRecipes()

Get all added CustomRecipes
Declaration
public static IEnumerable<CustomRecipe> GetRecipes()
Returns
Type Description
IEnumerable<CustomRecipe> An IEnumerable<T> of CustomRecipe from all loaded mods
| Edit this page View Source

GetRecipes(string)

Get all added CustomRecipes of a mod by GUID
Declaration
public static IEnumerable<CustomRecipe> GetRecipes(string modGuid)
Parameters
Type Name Description
string modGuid GUID of the mod
Returns
Type Description
IEnumerable<CustomRecipe> An IEnumerable<T> of CustomRecipe from a specific mod
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾