Show / Hide Table of Contents

Class MachineFrameComponent

Inheritance
System.Object
MachineFrameComponent
Namespace: Content.Server.Construction.Components
Assembly: Content.Server.dll
Syntax
public sealed class MachineFrameComponent : Component

Fields

| Improve this Doc View Source

BoardContainer

Declaration
public Container BoardContainer
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

BoardContainerName

Declaration
public const string BoardContainerName = null
Field Value
Type Description
System.String
| Improve this Doc View Source

ComponentProgress

Declaration
public readonly Dictionary<string, int> ComponentProgress
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

ComponentRequirements

Declaration
public Dictionary<string, GenericPartInfo> ComponentRequirements
Field Value
Type Description
Dictionary<System.String, GenericPartInfo>
| Improve this Doc View Source

MaterialProgress

Declaration
public readonly Dictionary<string, int> MaterialProgress
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

MaterialRequirements

Declaration
public Dictionary<string, int> MaterialRequirements
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

PartContainer

Declaration
public Container PartContainer
Field Value
Type Description
Robust.Shared.Containers.Container
| Improve this Doc View Source

PartContainerName

Declaration
public const string PartContainerName = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Progress

Declaration
public Dictionary<string, int> Progress
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

Requirements

Declaration
public Dictionary<string, int> Requirements
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

TagProgress

Declaration
public readonly Dictionary<string, int> TagProgress
Field Value
Type Description
Dictionary<System.String, System.Int32>
| Improve this Doc View Source

TagRequirements

Declaration
public Dictionary<string, GenericPartInfo> TagRequirements
Field Value
Type Description
Dictionary<System.String, GenericPartInfo>

Properties

| Improve this Doc View Source

HasBoard

Declaration
public bool HasBoard { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾