IMyTerminalAction Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Interfaces.Terminal
public interface IMyTerminalAction : ITerminalAction
The IMyTerminalAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Action |
This is the action taken when an action is performed.
|
![]() | Enabled |
Allows you to set if this action is enabled or disabled
|
![]() | Icon |
Allows you to set the Icon of this action. It's a link to an icon texture.
|
![]() | Id | (Inherited from ITerminalAction.) |
![]() | InvalidToolbarTypes |
Allows you to set which toolbar type this action is invalid for. Adding to this means this action may not be added to that toolbar type.
|
![]() | Name |
Allows you to set the name of the Action
|
![]() | ValidForGroups |
Allows you to set if this action is valid in groups
|
![]() | Writer |
This allows you to set the "Icon Text" of an action (the text that appears under the icon in the toolbar)
|
Name | Description | |
---|---|---|
![]() | Apply(IMyCubeBlock) | (Inherited from ITerminalAction.) |
![]() | Apply(IMyCubeBlock, ListReaderTerminalActionParameter) | (Inherited from ITerminalAction.) |
![]() | IsEnabled | (Inherited from ITerminalAction.) |
![]() | WriteValue | (Inherited from ITerminalAction.) |