Interface IMyReactor
Describes reactor block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyReactor : IMyReactor, IMyPowerProducer, IMyPowerProducer, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
PowerOutputMultiplier
Gets or sets multiplier that increasing/decreasing amount of produced power keeping fuel consumption same. Default value = 1
Declaration
float PowerOutputMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |