-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Interfaces.ITerminalAction
← Index ← Namespace Index
public interface ITerminalAction
Describes terminal action interface
Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll
Gets the icon of the action
Gets the id of the action
Gets the name of the action
void Apply(IMyCubeBlock block)
Applies action on the block
void Apply(IMyCubeBlock block, ListReader<TerminalActionParameter> terminalActionParameters)
Applies action on the block with specific action parameters
bool IsEnabled(IMyCubeBlock block)
Checks if action is enabled for specific block
void WriteValue(IMyCubeBlock block, StringBuilder appendTo)
Writes value for the action
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!