Click or drag to resize
IMyGridTerminalSystemGetBlocks Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlocks(System.Collections.Generic.List{Sandbox.ModAPI.Ingame.IMyTerminalBlock})"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetBlocks(
	List<IMyTerminalBlock> blocks
)

Parameters

blocks
Type: System.Collections.GenericListIMyTerminalBlock

[Missing <param name="blocks"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlocks(System.Collections.Generic.List{Sandbox.ModAPI.Ingame.IMyTerminalBlock})"]

See Also