Click or drag to resize
IMyGridProgramEcho Property

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

Gets or sets the action which prints out text onto the currently running programmable block's detail info area.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Action<string> Echo { get; set; }

Property Value

Type: ActionString

[Missing <value> documentation for "P:Sandbox.ModAPI.IMyGridProgram.Echo"]

See Also