| IMyGridProgram Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI
public interface IMyGridProgram
The IMyGridProgram type exposes the following members.
| Name | Description | |
|---|---|---|
| Echo |
Gets or sets the action which prints out text onto the currently running programmable block's detail info area.
| |
| ElapsedTime |
Gets or sets the amount of time elapsed since the last time this grid program was run.
| |
| GridTerminalSystem |
Gets or sets the GridTerminalSystem available for the grid programs.
| |
| HasMainMethod |
Determines whether this grid program has a valid Main method.
| |
| HasSaveMethod |
Determines whether this grid program has a valid Save method.
| |
| Me |
Gets or sets the programmable block which is currently running this grid program.
| |
| Runtime |
Gets or sets the object used to provide runtime information for the running grid program.
| |
| Storage |
Gets or sets the storage string for this grid program.
|
| Name | Description | |
|---|---|---|
| Main |
Invokes this grid program.
| |
| Save |
If this grid program has state saving capability, calling this method
will invoke it.
|