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

Public Member Functions

void GetBlocks (List< IMyTerminalBlock > blocks)
 
void GetBlockGroups (List< IMyBlockGroup > blockGroups)
 
void GetBlocksOfType< T > (List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 
void SearchBlocksOfName (string name, List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 
new IMyTerminalBlock GetBlockWithName (string name)
 
new IMyBlockGroup GetBlockGroupWithName (string name)
 
- Public Member Functions inherited from Sandbox.ModAPI.Ingame.IMyGridTerminalSystem
void GetBlocks (List< IMyTerminalBlock > blocks)
 
void GetBlockGroups (List< IMyBlockGroup > blockGroups, Func< IMyBlockGroup, 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)
 
void SearchBlocksOfName (string name, List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 
IMyTerminalBlock GetBlockWithId (long id)
 
void GetBlocksOfType< T > (List< IMyTerminalBlock > blocks, Func< IMyTerminalBlock, bool > collect=null)
 

Additional Inherited Members

- Properties inherited from Sandbox.ModAPI.Ingame.IMyGridTerminalSystem
HashSet< IMyTerminalBlockBlocks [get]
 
List< IMyBlockGroupBlockGroups [get]
 

Detailed Description

Definition at line 7 of file IMyGridTerminalSystem.cs.

Member Function Documentation

void Sandbox.ModAPI.IMyGridTerminalSystem.GetBlockGroups ( List< IMyBlockGroup blockGroups)
new IMyBlockGroup Sandbox.ModAPI.IMyGridTerminalSystem.GetBlockGroupWithName ( string  name)
void Sandbox.ModAPI.IMyGridTerminalSystem.GetBlocks ( List< IMyTerminalBlock blocks)
void Sandbox.ModAPI.IMyGridTerminalSystem.GetBlocksOfType< T > ( List< IMyTerminalBlock blocks,
Func< IMyTerminalBlock, bool >  collect = null 
)
new IMyTerminalBlock Sandbox.ModAPI.IMyGridTerminalSystem.GetBlockWithName ( string  name)
void Sandbox.ModAPI.IMyGridTerminalSystem.SearchBlocksOfName ( string  name,
List< IMyTerminalBlock blocks,
Func< IMyTerminalBlock, bool >  collect = null 
)

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