Space Engineers
Public Member Functions | List of all members
Sandbox.ModAPI.IMyTerminalActionsHelper Interface Reference
Inheritance diagram for Sandbox.ModAPI.IMyTerminalActionsHelper:
Sandbox.ModAPI.MyTerminalControlFactoryHelper

Public Member Functions

void GetActions (Type blockType, List< Sandbox.ModAPI.Interfaces.ITerminalAction > resultList, Func< Sandbox.ModAPI.Interfaces.ITerminalAction, bool > collect=null)
 
void SearchActionsOfName (string name, Type blockType, List< Sandbox.ModAPI.Interfaces.ITerminalAction > resultList, Func< Sandbox.ModAPI.Interfaces.ITerminalAction, bool > collect=null)
 
Sandbox.ModAPI.Interfaces.ITerminalAction GetActionWithName (string nameType, Type blockType)
 
ITerminalProperty GetProperty (string id, Type blockType)
 
void GetProperties (Type blockType, List< ITerminalProperty > resultList, Func< ITerminalProperty, bool > collect=null)
 
Sandbox.ModAPI.IMyGridTerminalSystem GetTerminalSystemForGrid (VRage.Game.ModAPI.IMyCubeGrid grid)
 

Detailed Description

Definition at line 10 of file IMyTerminalActionsHelper.cs.

Member Function Documentation

void Sandbox.ModAPI.IMyTerminalActionsHelper.GetActions ( Type  blockType,
List< Sandbox.ModAPI.Interfaces.ITerminalAction resultList,
Func< Sandbox.ModAPI.Interfaces.ITerminalAction, bool >  collect = null 
)
Sandbox.ModAPI.Interfaces.ITerminalAction Sandbox.ModAPI.IMyTerminalActionsHelper.GetActionWithName ( string  nameType,
Type  blockType 
)
void Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperties ( Type  blockType,
List< ITerminalProperty resultList,
Func< ITerminalProperty, bool >  collect = null 
)
ITerminalProperty Sandbox.ModAPI.IMyTerminalActionsHelper.GetProperty ( string  id,
Type  blockType 
)
Sandbox.ModAPI.IMyGridTerminalSystem Sandbox.ModAPI.IMyTerminalActionsHelper.GetTerminalSystemForGrid ( VRage.Game.ModAPI.IMyCubeGrid  grid)
void Sandbox.ModAPI.IMyTerminalActionsHelper.SearchActionsOfName ( string  name,
Type  blockType,
List< Sandbox.ModAPI.Interfaces.ITerminalAction resultList,
Func< Sandbox.ModAPI.Interfaces.ITerminalAction, bool >  collect = null 
)

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