Click or drag to resize
IMyTerminalActionWriter Property

[This is preliminary documentation and is subject to change.]

This allows you to set the "Icon Text" of an action (the text that appears under the icon in the toolbar)

Namespace: Sandbox.ModAPI.Interfaces.Terminal
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Action<IMyTerminalBlock, StringBuilder> Writer { get; set; }

Property Value

Type: ActionIMyTerminalBlock, StringBuilder

[Missing <value> documentation for "P:Sandbox.ModAPI.Interfaces.Terminal.IMyTerminalAction.Writer"]

See Also