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