API:Sandbox.ModAPI.Ingame.IMyBlockGroup

From Space Engineers Wiki
Revision as of 06:30, 13 January 2015 by Textor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sandbox.ModAPI.Ingame.IMyBlockGroup

This is an interface for block groups.

Namespace

Sandbox.ModAPI.Ingame

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.