Click or drag to resize
IMyTerminalControls.GetControls<TBlock> Method

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

Gets the controls associated with a block.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetControls<TBlock>(
	out List<IMyTerminalControl> items
)

Parameters

items
Type: System.Collections.Generic.List<IMyTerminalControl>
The list that contains the terminal controls for this block

Type Parameters

TBlock
This is the object builder type of the associated block you want to get terminal controls for
See Also