Interface IMyPowerProducer
Describes power producer block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyPowerProducer : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyPowerProducer, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Events
CurrentOutputRatioChanged
Raised when Current Output Ration changed
Declaration
event Action<IMyPowerProducer, float, float> CurrentOutputRatioChanged
Event Type
Type | Description |
---|---|
System.Action<IMyPowerProducer, System.Single, System.Single> |