Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlocksOfType

Morten Aune Lyrstad edited this page Apr 16, 2022 · 28 revisions

IndexNamespace IndexIMyGridTerminalSystem

Summary

public void GetBlocksOfType<T>(List<Sandbox.ModAPI.Ingame.IMyTerminalBlock> blocks, [Func<Sandbox.ModAPI.Ingame.IMyTerminalBlock, System.Boolean> collect])

Parameters

Summary

public void GetBlocksOfType<T>(List<T> blocks, [Func<T, System.Boolean> collect])

Parameters

Clone this wiki locally