Click or drag to resize
IMyTerminalActionsHelperGetActionWithName 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: SystemString

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

blockType
Type: SystemType

[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