Click or drag to resize
MyTerminalControlFactoryHelper.IMyTerminalActionsHelper.GetTerminalSystemForGrid Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyTerminalControlFactoryHelper.Sandbox#ModAPI#IMyTerminalActionsHelper#GetTerminalSystemForGrid(VRage.Game.ModAPI.IMyCubeGrid)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
IMyGridTerminalSystem IMyTerminalActionsHelper.GetTerminalSystemForGrid(
	IMyCubeGrid grid
)

Parameters

grid
Type: VRage.Game.ModAPI.IMyCubeGrid

[Missing <param name="grid"/> documentation for "M:Sandbox.ModAPI.MyTerminalControlFactoryHelper.Sandbox#ModAPI#IMyTerminalActionsHelper#GetTerminalSystemForGrid(VRage.Game.ModAPI.IMyCubeGrid)"]

Return Value

Type: IMyGridTerminalSystem

[Missing <returns> documentation for "M:Sandbox.ModAPI.MyTerminalControlFactoryHelper.Sandbox#ModAPI#IMyTerminalActionsHelper#GetTerminalSystemForGrid(VRage.Game.ModAPI.IMyCubeGrid)"]

Implements

IMyTerminalActionsHelper.GetTerminalSystemForGrid(IMyCubeGrid)
See Also