Click or drag to resize
MyGridProgram Properties

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

The MyGridProgram type exposes the following members.

Properties
  NameDescription
Public propertyEcho
Prints out text onto the currently running programmable block's detail info area.
Public propertyElapsedTime
Gets the amount of in-game time elapsed from the previous run.
Public propertyGridTerminalSystem
Provides access to the grid terminal system as viewed from this programmable block.
Public propertyMe
Gets a reference to the currently running programmable block.
Public propertyRuntime
Gets runtime information for the running grid program.
Public propertyStorage
Allows you to store data between game sessions.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIMyGridProgramEcho
Gets or sets the action which prints out text onto the currently running programmable block's detail info area.
Explicit interface implementationPrivate propertyIMyGridProgramElapsedTime
Gets or sets the amount of time elapsed since the last time this grid program was run.
Explicit interface implementationPrivate propertyIMyGridProgramGridTerminalSystem
Gets or sets the GridTerminalSystem available for the grid programs.
Explicit interface implementationPrivate propertyIMyGridProgramHasMainMethod
Determines whether this grid program has a valid Main method.
Explicit interface implementationPrivate propertyIMyGridProgramHasSaveMethod
Determines whether this grid program has a valid Save method.
Explicit interface implementationPrivate propertyIMyGridProgramMe
Gets or sets the programmable block which is currently running this grid program.
Explicit interface implementationPrivate propertyIMyGridProgramRuntime
Gets or sets the object used to provide runtime information for the running grid program.
Explicit interface implementationPrivate propertyIMyGridProgramStorage
Gets or sets the storage string for this grid program.
Top
See Also