Show / Hide Table of Contents

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 Source

CookTimeRemaining

Declaration
public float CookTimeRemaining
Field Value
Type Description
System.Single
| Improve this Doc View Source

PortionedRecipe

Declaration
public (FoodRecipePrototype, int) PortionedRecipe
Field Value
Type Description
System.ValueTuple<FoodRecipePrototype, System.Int32>
| Improve this Doc View Source

TotalTime

Declaration
public float TotalTime
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾