Click or drag to resize
IMyTerminalActionsHelperGetActions Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActions(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

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

Parameters

blockType
Type: SystemType

[Missing <param name="blockType"/> documentation for "M:Sandbox.ModAPI.IMyTerminalActionsHelper.GetActions(System.Type,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.IMyTerminalActionsHelper.GetActions(System.Type,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.IMyTerminalActionsHelper.GetActions(System.Type,System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalAction},System.Func{Sandbox.ModAPI.Interfaces.ITerminalAction,System.Boolean})"]

See Also