Class ActiveMicrowaveComponent
Attached to a microwave that is currently in the process of cooking
Inheritance
System.Object
ActiveMicrowaveComponent
Namespace: Content.Server.Kitchen.Components
Assembly: Content.Server.dll
Syntax
public sealed class ActiveMicrowaveComponent : Component
Fields
| Improve this Doc View SourceCookTimeRemaining
Declaration
public float CookTimeRemaining
Field Value
Type | Description |
---|---|
System.Single |
PortionedRecipe
Declaration
public (FoodRecipePrototype, int) PortionedRecipe
Field Value
Type | Description |
---|---|
System.ValueTuple<FoodRecipePrototype, System.Int32> |
TotalTime
Declaration
public float TotalTime
Field Value
Type | Description |
---|---|
System.Single |