Click or drag to resize
IMyTerminalControlsGetControlsTBlock Method
v01.180.0 (Beta)

[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 (1.0.0.0)
Syntax
void GetControls<TBlock>(
	out List<IMyTerminalControl> items
)

Parameters

items
Type: System.Collections.GenericListIMyTerminalControl
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