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

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Example

Remarks

Properties

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.

Clone this wiki locally