Show / Hide Table of Contents

Class RecipeManager

Inheritance
System.Object
RecipeManager
Namespace: Content.Shared.Kitchen
Assembly: Content.Shared.dll
Syntax
public sealed class RecipeManager : object

Properties

| Improve this Doc View Source

Recipes

Declaration
public List<FoodRecipePrototype> Recipes { get; }
Property Value
Type Description
List<FoodRecipePrototype>

Methods

| Improve this Doc View Source

Initialize()

Declaration
public void Initialize()
| Improve this Doc View Source

SolidAppears(String)

Check if a prototype ids appears in any of the recipes that exist.

Declaration
public bool SolidAppears(string solidId)
Parameters
Type Name Description
System.String solidId
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾