Click or drag to resize
ITerminalActionIsEnabled Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.IsEnabled(VRage.Game.ModAPI.Ingame.IMyCubeBlock)"]

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
bool IsEnabled(
	IMyCubeBlock block
)

Parameters

block
Type: VRage.Game.ModAPI.IngameIMyCubeBlock

[Missing <param name="block"/> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.IsEnabled(VRage.Game.ModAPI.Ingame.IMyCubeBlock)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Sandbox.ModAPI.Interfaces.ITerminalAction.IsEnabled(VRage.Game.ModAPI.Ingame.IMyCubeBlock)"]

See Also