Interface IMyShipToolBase
Describes ship tool block (drill/grinder/welder) (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyShipToolBase : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
IsActivated
True if the tool is activated by mouse click or toggling via terminal.
Declaration
bool IsActivated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseConveyorSystem
Gets or sets if block should push/pull items from conveyor system
Declaration
bool UseConveyorSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |