Interface IMyPistonTop
Describes piston top block (movable part) (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyPistonTop : IMyAttachableTopBlock, IMyCubeBlock, IMyEntity, IMyPistonTop, IMyAttachableTopBlock, IMyCubeBlock, IMyEntity
Properties
Base
Gets the attached stator/suspension block
Declaration
IMyPistonBase Base { get; }
Property Value
Type | Description |
---|---|
IMyPistonBase |
Piston
Gets the attached piston block
Declaration
IMyPistonBase Piston { get; }
Property Value
Type | Description |
---|---|
IMyPistonBase |