Interface IMyShipMergeBlock
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyShipMergeBlock : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
IsConnected
Gets if the merge block is locked to another one.
Declaration
bool IsConnected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
State
State of the merge block
Declaration
MergeState State { get; }
Property Value
Type | Description |
---|---|
MergeState |