Click or drag to resize
IMyGridProgramRuntimeInfoMaxMethodCallCount Property

[This is preliminary documentation and is subject to change.]

Gets the maximum number of method calls that can be executed during a single run, including any other programmable blocks invoked immediately.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
int MaxMethodCallCount { get; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Sandbox.ModAPI.Ingame.IMyGridProgramRuntimeInfo.MaxMethodCallCount"]

See Also