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
private public abstract MyGridProgram
```csharp
**Namespace:** [Sandbox.ModAPI.Ingame](Sandbox.ModAPI.Ingame)
**Assembly:** Sandbox.Common.dll
### Example
### Remarks
###### Properties
|Member|Description|
|---|---|
|[GridTerminalSystem](Sandbox.ModAPI.Ingame.MyGridProgram.GridTerminalSystem)|Provides access to the grid terminal system as viewed from this programmable block.|
|[Me](Sandbox.ModAPI.Ingame.MyGridProgram.Me)|Gets a reference to the currently running programmable block.|
|[ElapsedTime](Sandbox.ModAPI.Ingame.MyGridProgram.ElapsedTime)|_**Obsolete:** Use Runtime.TimeSinceLastRun instead_<br /><br />Gets the amount of in-game time elapsed from the previous run.|
|[Runtime](Sandbox.ModAPI.Ingame.MyGridProgram.Runtime)|Gets runtime information for the running grid program.|
|[Storage](Sandbox.ModAPI.Ingame.MyGridProgram.Storage)|Allows you to store data between game sessions.|
|[Echo](Sandbox.ModAPI.Ingame.MyGridProgram.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!