Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.MyGridProgram

Malware edited this page Dec 25, 2018 · 53 revisions

Index

MyGridProgram Class

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.|

Clone this wiki locally