Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.ModAPI.Interfaces.ITerminalAction Interface Reference
Inheritance diagram for Sandbox.ModAPI.Interfaces.ITerminalAction:
Sandbox.Game.Gui.ITerminalAction Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalAction Sandbox.Game.Gui.MyTerminalAction< TBlock >

Public Member Functions

void Apply (VRage.Game.ModAPI.Ingame.IMyCubeBlock block)
 
void Apply (VRage.Game.ModAPI.Ingame.IMyCubeBlock block, ListReader< TerminalActionParameter > terminalActionParameters)
 
void WriteValue (VRage.Game.ModAPI.Ingame.IMyCubeBlock block, StringBuilder appendTo)
 
bool IsEnabled (VRage.Game.ModAPI.Ingame.IMyCubeBlock block)
 

Properties

string Id [get]
 
string Icon [get]
 
StringBuilder Name [get]
 

Detailed Description

Definition at line 10 of file ITerminalAction.cs.

Member Function Documentation

void Sandbox.ModAPI.Interfaces.ITerminalAction.Apply ( VRage.Game.ModAPI.Ingame.IMyCubeBlock  block)
void Sandbox.ModAPI.Interfaces.ITerminalAction.Apply ( VRage.Game.ModAPI.Ingame.IMyCubeBlock  block,
ListReader< TerminalActionParameter terminalActionParameters 
)
bool Sandbox.ModAPI.Interfaces.ITerminalAction.IsEnabled ( VRage.Game.ModAPI.Ingame.IMyCubeBlock  block)
void Sandbox.ModAPI.Interfaces.ITerminalAction.WriteValue ( VRage.Game.ModAPI.Ingame.IMyCubeBlock  block,
StringBuilder  appendTo 
)

Property Documentation

string Sandbox.ModAPI.Interfaces.ITerminalAction.Icon
get

Definition at line 13 of file ITerminalAction.cs.

string Sandbox.ModAPI.Interfaces.ITerminalAction.Id
get

Definition at line 12 of file ITerminalAction.cs.

StringBuilder Sandbox.ModAPI.Interfaces.ITerminalAction.Name
get

Definition at line 14 of file ITerminalAction.cs.


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