Show / Hide Table of Contents

Class MachineBoardComponent

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

Fields

| 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

MaterialIdRequirements

Declaration
public Dictionary<string, int> MaterialIdRequirements
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

TagRequirements

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

Properties

| Improve this Doc View Source

MaterialRequirements

Declaration
public IEnumerable<KeyValuePair<StackPrototype, int>> MaterialRequirements { get; }
Property Value
Type Description
IEnumerable<KeyValuePair<StackPrototype, System.Int32>>
| Improve this Doc View Source

Prototype

Declaration
public string? Prototype { get; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾