Difference between revisions of "API:Sandbox.ModAPI.Ingame.IMyBlockGroup"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "=Sandbox.ModAPI.Ingame.IMyBlockGroup= This is an interface for block groups. ==Namespace== Sandbox.ModAPI.Ingame ==Assembly== Sandbox.Common (Sandbox.Common.dll) ==Sy...")
 
 
Line 22: Line 22:
 
</syntaxhighlight>
 
</syntaxhighlight>
 
Returns the group's name.
 
Returns the group's name.
 +
 +
[[Category: API]]

Latest revision as of 06:30, 13 January 2015

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.