Assembly: Sandbox.Common.dll

public interface IMyBlockGroup

Describes terminal block group (PB scripting interface)

Properties

Member Description
Name Gets name of terminal blocks group

Methods

Member Description
GetBlocks(List, Func<IMyTerminalBlock, bool>) Get terminal blocks which assigned to this group
GetBlocksOfType(List, Func<IMyTerminalBlock, bool>)
GetBlocksOfType(List, Func<T, bool>)