Click or drag to resize
IMyTerminalBlockSearchActionsOfName Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.SearchActionsOfName(System.String,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void SearchActionsOfName(
	string name,
	List<ITerminalAction> resultList,
	Func<ITerminalAction, bool> collect = null
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.SearchActionsOfName(System.String,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

resultList
Type: System.Collections.GenericListITerminalAction

[Missing <param name="resultList"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.SearchActionsOfName(System.String,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

collect (Optional)
Type: SystemFuncITerminalAction, Boolean

[Missing <param name="collect"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.SearchActionsOfName(System.String,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

See Also