Click or drag to resize
IMyTerminalActionsHelper.GetActionWithName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActionWithName(System.String,System.Type)"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
ITerminalAction GetActionWithName(
	string nameType,
	Type blockType
)

Parameters

nameType
Type: System.String

[Missing <param name="nameType"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActionWithName(System.String,System.Type)"]

blockType
Type: System.Type

[Missing <param name="blockType"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActionWithName(System.String,System.Type)"]

Return Value

Type: ITerminalAction

[Missing <returns> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActionWithName(System.String,System.Type)"]

See Also