Difference between revisions of "IMyPowerProducer"
From Space Engineers Wiki
Vox Serico (talk | contribs) (Created page with "==Summary== Inherits Inherits::IMyFunctionalBlock, Inherits::IMyTerminalBlock, Inherits::IMyCubeBlock, Inherits::IMyEntity ==Properties== ===CurrentOutput===...") |
Vox Serico (talk | contribs) 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; }