Show / Hide Table of Contents

Class DiskConsoleBoundUserInterfaceState

Inheritance
System.Object
DiskConsoleBoundUserInterfaceState
Namespace: Content.Shared.Research
Assembly: Content.Shared.dll
Syntax
public sealed class DiskConsoleBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

DiskConsoleBoundUserInterfaceState(Int32, Int32, Boolean)

Declaration
public DiskConsoleBoundUserInterfaceState(int serverPoints, int pointCost, bool canPrint)
Parameters
Type Name Description
System.Int32 serverPoints
System.Int32 pointCost
System.Boolean canPrint

Fields

| Improve this Doc View Source

CanPrint

Declaration
public bool CanPrint
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PointCost

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

ServerPoints

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