Click or drag to resize
CustomControlGetDelegate Delegate
v01.180.0 (Beta)

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

Allows you to modify the terminal control list before it is displayed to the user. Modifying controls will change which controls are displayed.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void CustomControlGetDelegate(
	IMyTerminalBlock block,
	List<IMyTerminalControl> controls
)

Parameters

block
Type: Sandbox.ModAPIIMyTerminalBlock
The block that was selected
controls
Type: System.Collections.GenericListIMyTerminalControl
See Also