MyGridProgram Properties |
[This is preliminary documentation and is subject to change.]
The MyGridProgram type exposes the following members.
Name | Description | |
---|---|---|
![]() | Echo |
Prints out text onto the currently running programmable block's detail info area.
|
![]() | ElapsedTime |
Gets the amount of in-game time elapsed from the previous run.
|
![]() | GridTerminalSystem |
Provides access to the grid terminal system as viewed from this programmable block.
|
![]() | Me |
Gets a reference to the currently running programmable block.
|
![]() | Runtime |
Gets runtime information for the running grid program.
|
![]() | Storage |
Allows you to store data between game sessions.
|
Name | Description | |
---|---|---|
![]() ![]() | IMyGridProgramEcho |
Gets or sets the action which prints out text onto the currently running programmable block's detail info area.
|
![]() ![]() | IMyGridProgramElapsedTime |
Gets or sets the amount of time elapsed since the last time this grid program was run.
|
![]() ![]() | IMyGridProgramGridTerminalSystem |
Gets or sets the GridTerminalSystem available for the grid programs.
|
![]() ![]() | IMyGridProgramHasMainMethod |
Determines whether this grid program has a valid Main method.
|
![]() ![]() | IMyGridProgramHasSaveMethod |
Determines whether this grid program has a valid Save method.
|
![]() ![]() | IMyGridProgramMe |
Gets or sets the programmable block which is currently running this grid program.
|
![]() ![]() | IMyGridProgramRuntime |
Gets or sets the object used to provide runtime information for the running grid program.
|
![]() ![]() | IMyGridProgramStorage |
Gets or sets the storage string for this grid program.
|