Interface IMyWindTurbine
Describes wind turbine block (program block interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyWindTurbine : IMyPowerProducer, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Effectivity
Gets or sets current efficiency of wind turbine. Range of values: [0 - 1]
Declaration
float Effectivity { get; }
Property Value
Type | Description |
---|---|
System.Single |