Interface IMyAttachableTopBlock
Describes rotor,piston or wheel suspension attachable block (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyAttachableTopBlock : IMyCubeBlock, IMyEntity
Properties
Base
Gets the attached base block
Declaration
IMyMechanicalConnectionBlock Base { get; }
Property Value
Type | Description |
---|---|
IMyMechanicalConnectionBlock |
IsAttached
Gets whether the top part is attached to a base block
Declaration
bool IsAttached { get; }
Property Value
Type | Description |
---|---|
System.Boolean |