Interface IMyShipMergeBlock
Describes Merge block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyShipMergeBlock : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyShipMergeBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
GridCount
Gets the number of grids connected.
Declaration
int GridCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Other
Gets the other merge block this is connected to.
Declaration
IMyShipMergeBlock Other { get; }
Property Value
Type | Description |
---|---|
IMyShipMergeBlock |
Events
BeforeMerge
Event before merge is started
Declaration
event Action BeforeMerge
Event Type
Type | Description |
---|---|
System.Action |
MergeStateChanged
Event when there is change of the merge state. Server side only.
Declaration
event Action<IMyShipMergeBlock> MergeStateChanged
Event Type
Type | Description |
---|---|
System.Action<IMyShipMergeBlock> |