Show / Hide Table of Contents

Class MicrowaveUpdateUserInterfaceState

Inheritance
System.Object
MicrowaveUpdateUserInterfaceState
Namespace: Content.Shared.Kitchen.Components
Assembly: Content.Shared.dll
Syntax
public sealed class MicrowaveUpdateUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

MicrowaveUpdateUserInterfaceState(NetEntity[], Boolean, Int32, UInt32)

Declaration
public MicrowaveUpdateUserInterfaceState(NetEntity[] containedSolids, bool isMicrowaveBusy, int activeButtonIndex, uint currentCookTime)
Parameters
Type Name Description
NetEntity[] containedSolids
System.Boolean isMicrowaveBusy
System.Int32 activeButtonIndex
System.UInt32 currentCookTime

Fields

| Improve this Doc View Source

ActiveButtonIndex

Declaration
public int ActiveButtonIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ContainedSolids

Declaration
public NetEntity[] ContainedSolids
Field Value
Type Description
NetEntity[]
| Improve this Doc View Source

CurrentCookTime

Declaration
public uint CurrentCookTime
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

IsMicrowaveBusy

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