Sandbox.ModAPI.Interfaces
ITerminalAction
Assembly: Sandbox.Common.dll
public interface ITerminalAction
Describes terminal action interface
Properties
| Member | Description |
|---|---|
| Icon | Gets the icon of the action |
| Id | Gets the id of the action |
| Name | Gets the name of the action |
Methods
| Member | Description |
|---|---|
| Apply(IMyCubeBlock) | Applies action on the block |
| Apply(IMyCubeBlock, ListReader |
Applies action on the block with specific action parameters |
| IsEnabled(IMyCubeBlock) | Checks if action is enabled for specific block |
| WriteValue(IMyCubeBlock, StringBuilder) | Writes value for the action |