Click or drag to resize
IMyTerminalBlockGetActionWithName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetActionWithName(System.String)"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
ITerminalAction GetActionWithName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetActionWithName(System.String)"]

Return Value

Type: ITerminalAction

[Missing <returns> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetActionWithName(System.String)"]

See Also