Difference between revisions of "IMyPowerProducer"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "==Summary== Inherits Inherits::IMyFunctionalBlock, Inherits::IMyTerminalBlock, Inherits::IMyCubeBlock, Inherits::IMyEntity ==Properties== ===CurrentOutput===...")
 
m (Added derived types)
 
Line 10: Line 10:
 
Maximum output in Megawatts
 
Maximum output in Megawatts
 
  float MaxOutput { get; }
 
  float MaxOutput { get; }
 +
 +
{{Derived Types}}
  
 
[[Category:Programming]][[Category:Interface]]
 
[[Category:Programming]][[Category:Interface]]

Latest revision as of 23:11, 18 October 2020

Summary

Inherits IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity

Properties

CurrentOutput

Current output in Megawatts

float CurrentOutput { get; }

MaxOutput

Maximum output in Megawatts

float MaxOutput { get; }

Derived Types

Inherited by Implemented by