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

Sandbox.ModAPI.Ingame.IMyGridProgramRuntimeInfo

Morten Aune Lyrstad edited this page Jun 24, 2020 · 39 revisions

IndexNamespace Index

IMyGridProgramRuntimeInfo Interface

public interface IMyGridProgramRuntimeInfo

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

Properties

Member Description
TimeSinceLastRun { get; }
LastRunTimeMs { get; }
MaxInstructionCount { get; }
CurrentInstructionCount { get; }
MaxCallChainDepth { get; }
CurrentCallChainDepth { get; }
UpdateFrequency { get; set; }

Clone this wiki locally