Class FoodRecipePrototype
A recipe for space microwaves.
Inheritance
System.Object
FoodRecipePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Assembly: Content.Shared.dll
Syntax
public sealed class FoodRecipePrototype : object, IPrototype
Properties
|
Improve this Doc
View Source
CookTime
Declaration
public uint CookTime { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ID
Declaration
public string ID { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IngredientsReagents
Declaration
public IReadOnlyDictionary<string, FixedPoint2> IngredientsReagents { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<System.String, FixedPoint2> |
|
|
Improve this Doc
View Source
IngredientsSolids
Declaration
public IReadOnlyDictionary<string, FixedPoint2> IngredientsSolids { get; }
Property Value
Type |
Description |
IReadOnlyDictionary<System.String, FixedPoint2> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Result
Declaration
public string Result { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
IngredientCount()
Count the number of ingredients in a recipe for sorting the recipe list.
This makes sure that where ingredient lists overlap, the more complex
recipe is picked first.
Declaration
public FixedPoint2 IngredientCount()
Returns
Implements
Robust.Shared.Prototypes.IPrototype