Click or drag to resize
ITerminalActionApply Method (IMyCubeBlock, ListReaderTerminalActionParameter)

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.Apply(VRage.Game.ModAPI.Ingame.IMyCubeBlock,VRage.Collections.ListReader{Sandbox.ModAPI.Ingame.TerminalActionParameter})"]

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void Apply(
	IMyCubeBlock block,
	ListReader<TerminalActionParameter> terminalActionParameters
)

Parameters

block
Type: VRage.Game.ModAPI.IngameIMyCubeBlock

[Missing <param name="block"/> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.Apply(VRage.Game.ModAPI.Ingame.IMyCubeBlock,VRage.Collections.ListReader{Sandbox.ModAPI.Ingame.TerminalActionParameter})"]

terminalActionParameters
Type: VRage.CollectionsListReaderTerminalActionParameter

[Missing <param name="terminalActionParameters"/> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.Apply(VRage.Game.ModAPI.Ingame.IMyCubeBlock,VRage.Collections.ListReader{Sandbox.ModAPI.Ingame.TerminalActionParameter})"]

See Also