Click or drag to resize
MyGridProgramIMyGridProgramEcho 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.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
Action<string> IMyGridProgram.Echo { get; set; }

Property Value

Type: ActionString

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

Implements

IMyGridProgramEcho
See Also