Click or drag to resize
IMyProductionBlockGetQueue Method

[This is preliminary documentation and is subject to change.]

Gets the current production queue

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
List<MyProductionQueueItem> GetQueue()

Return Value

Type: ListMyProductionQueueItem
List of MyProductionQueueItems
See Also