Class BlueprintItem
Inheritance
System.Object
BlueprintItem
Assembly: VRage.Game.dll
Syntax
public class BlueprintItem : Object
Constructors
BlueprintItem()
Declaration
Fields
Amount
Amount of item required or produced. For discrete objects this refers to
pieces. For ingots and ore, this refers to volume in m^3.
Declaration
Field Value
Type |
Description |
System.String |
|
Id
Declaration
public SerializableDefinitionId Id
Field Value
Properties
SubtypeId
Declaration
public string SubtypeId { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeId
Declaration
public string TypeId { get; set; }
Property Value
Type |
Description |
System.String |
|