Click or drag to resize
IMyProductionBlockMoveQueueItemRequest Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyProductionBlock.MoveQueueItemRequest(System.UInt32,System.Int32)"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void MoveQueueItemRequest(
	uint queueItemId,
	int targetIdx
)

Parameters

queueItemId
Type: SystemUInt32

[Missing <param name="queueItemId"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyProductionBlock.MoveQueueItemRequest(System.UInt32,System.Int32)"]

targetIdx
Type: SystemInt32

[Missing <param name="targetIdx"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyProductionBlock.MoveQueueItemRequest(System.UInt32,System.Int32)"]

See Also