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

Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlocksOfType

Malware edited this page May 4, 2019 · 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