API:Sandbox.ModAPI.Ingame.IMyBlockGroup
From Space Engineers Wiki
Contents
Sandbox.ModAPI.Ingame.IMyBlockGroup
This is an interface for block groups.
Namespace
Assembly
Sandbox.Common (Sandbox.Common.dll)
Syntax
public interface IMyBlockGroup
Properties
Blocks
List<IMyTerminalBlock> Blocks {get;}
Returns all blocks in the group.
Name
string Name {get;}
Returns the group's name.