SearchBlocksOfName
Summary
public void SearchBlocksOfName(string name, List<IMyTerminalBlock> blocks, Func<IMyTerminalBlock, bool> collect)
Fills the provided list with the blocks reachable by this grid terminal system. This means all blocks on the same grid, or connected via rotors, pistons or connectors.
Parameters
- string name
- List
blocks - Func<IMyTerminalBlock, bool> collect