Class MyProductionQueueItem
Describes item in queue of production block (PB scripting interface)(mods interface)
Inheritance
System.Object
MyProductionQueueItem
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyProductionQueueItem : ValueType
Fields
Amount
Gets or sets amount of items needed to be produced
Declaration
public MyFixedPoint Amount
Field Value
Type | Description |
---|---|
VRage.MyFixedPoint |
Blueprint
Gets or sets blueprint for production
Declaration
public MyDefinitionBase Blueprint
Field Value
Type | Description |
---|---|
MyDefinitionBase |
ItemId
Gets or sets blueprint for production
Declaration
public uint ItemId
Field Value
Type | Description |
---|---|
System.UInt32 |