Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.ModAPI.Ingame.IMyBlockGroup Interface Reference
Inheritance diagram for Sandbox.ModAPI.Ingame.IMyBlockGroup:
Sandbox.ModAPI.IMyBlockGroup Sandbox.Game.GameSystems.MyBlockGroup

Public Member Functions

void GetBlocks (List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 
void GetBlocksOfType< T > (List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 
void GetBlocksOfType< T > (List< T > blocks, Func< T, bool > collect=null)
 

Properties

string Name [get]
 
IMyCubeGrid CubeGrid [get]
 
List< IMyTerminalBlockBlocks [get]
 
String Name [get]
 

Detailed Description

Definition at line 9 of file IMyBlockGroup.cs.

Member Function Documentation

void Sandbox.ModAPI.Ingame.IMyBlockGroup.GetBlocks ( List< IMyTerminalBlock blocks,
Func< IMyTerminalBlock, bool >  collect = null 
)
void Sandbox.ModAPI.Ingame.IMyBlockGroup.GetBlocksOfType< T > ( List< IMyTerminalBlock blocks,
Func< IMyTerminalBlock, bool >  collect = null 
)
Type Constraints
T :class 
void Sandbox.ModAPI.Ingame.IMyBlockGroup.GetBlocksOfType< T > ( List< T >  blocks,
Func< T, bool >  collect = null 
)
Type Constraints
T :class 

Property Documentation

List<IMyTerminalBlock> Sandbox.ModAPI.Ingame.IMyBlockGroup.Blocks
get

Definition at line 12 of file IMyBlockGroup.cs.

IMyCubeGrid Sandbox.ModAPI.Ingame.IMyBlockGroup.CubeGrid
get

Definition at line 11 of file IMyBlockGroup.cs.

String Sandbox.ModAPI.Ingame.IMyBlockGroup.Name
get

Definition at line 13 of file IMyBlockGroup.cs.

string Sandbox.ModAPI.Ingame.IMyBlockGroup.Name
get

Definition at line 15 of file IMyBlockGroup.cs.


The documentation for this interface was generated from the following file: