This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Ingame.MyGridProgram
Malware edited this page Dec 25, 2018
·
53 revisions
← Index
public abstract class MyGridProgram: object, IMyGridProgramNamespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Inheritance: object
Implements:
| Member | Description |
|---|---|
| GridTerminalSystem | Provides access to the grid terminal system as viewed from this programmable block. |
| Me | Gets a reference to the currently running programmable block. |
| ElapsedTime |
Obsolete: Use Runtime.TimeSinceLastRun instead Gets the amount of in-game time elapsed from the previous run. |
| Runtime | Gets runtime information for the running grid program. |
| Storage | Allows you to store data between game sessions. |
| Echo | Prints out text onto the currently running programmable block's detail info area. |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!