Interface IMyCollector
Describes collector block (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyCollector : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
UseConveyorSystem
Gets or sets whether this collector block should push out items from it
Declaration
bool UseConveyorSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |