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