Class MicrowaveUpdateUserInterfaceState
Inheritance
System.Object
MicrowaveUpdateUserInterfaceState
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 |
|