Class ReagentGrinderInterfaceState
Inheritance
System.Object
ReagentGrinderInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class ReagentGrinderInterfaceState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
ReagentGrinderInterfaceState(Boolean, Boolean, Boolean, Boolean, Boolean, NetEntity[], ReagentQuantity[])
Declaration
public ReagentGrinderInterfaceState(bool isBusy, bool hasBeaker, bool powered, bool canJuice, bool canGrind, NetEntity[] chamberContents, ReagentQuantity[] heldBeakerContents)
Parameters
Type |
Name |
Description |
System.Boolean |
isBusy |
|
System.Boolean |
hasBeaker |
|
System.Boolean |
powered |
|
System.Boolean |
canJuice |
|
System.Boolean |
canGrind |
|
NetEntity[] |
chamberContents |
|
ReagentQuantity[] |
heldBeakerContents |
|
Fields
|
Improve this Doc
View Source
CanGrind
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanJuice
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ChamberContents
Declaration
public NetEntity[] ChamberContents
Field Value
Type |
Description |
NetEntity[] |
|
|
Improve this Doc
View Source
HasBeakerIn
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsBusy
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Powered
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReagentQuantities
Declaration
public ReagentQuantity[] ReagentQuantities
Field Value