Interface IMyPowerProducer
Describes power producer block (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyPowerProducer : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
CurrentOutput
Gets current output in Megawatts
Declaration
float CurrentOutput { get; }
Property Value
Type | Description |
---|---|
System.Single |
CurrentOutputRatio
Gets ratio of current output
Declaration
float CurrentOutputRatio { get; }
Property Value
Type | Description |
---|---|
System.Single |
MaxOutput
Gets maximum output in Megawatts
Declaration
float MaxOutput { get; }
Property Value
Type | Description |
---|---|
System.Single |