Sandbox.ModAPI.Ingame.IMyBlockGroup.GetBlocksOfType - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← IMyBlockGroup
public void GetBlocksOfType<T>(List<IMyTerminalBlock> blocks, Func<IMyTerminalBlock, bool> collect = null)
- List<IMyTerminalBlock> blocks
- Func<IMyTerminalBlock, bool> collect
public void GetBlocksOfType<T>(List<T> blocks, Func<T, bool> collect = null)
- List<T> blocks
- Func<T, bool> collect