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 SourceRecipes
Declaration
public List<FoodRecipePrototype> Recipes { get; }
Property Value
Type | Description |
---|---|
List<FoodRecipePrototype> |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public void Initialize()
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 |