Difference between revisions of "IMySolarPanel/ru"

From Space Engineers Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{{DISPLAYTITLE:IMySolarPanel}}
 
{{DISPLAYTITLE:IMySolarPanel}}
Версия игры: 1.144
+
Версия игры: 1.175
 
<br>Пространство имён SpaceEngineers.Game.ModAPI.Ingame
 
<br>Пространство имён SpaceEngineers.Game.ModAPI.Ingame
 
''public interface '''IMySolarPanel''' : [[IMyTerminalBlock/ru|IMyTerminalBlock]], [[IMyCubeBlock/ru|IMyCubeBlock]], [[IMyEntity/ru|IMyEntity]]''
 
''public interface '''IMySolarPanel''' : [[IMyTerminalBlock/ru|IMyTerminalBlock]], [[IMyCubeBlock/ru|IMyCubeBlock]], [[IMyEntity/ru|IMyEntity]]''
Line 6: Line 6:
  
 
==Свойства:==
 
==Свойства:==
 
 
''float '''CurrentOutput''' { get; }''
 
''float '''CurrentOutput''' { get; }''
 
<br>&nbsp;&nbsp;Текущий выход электроэнергии, МВт
 
<br>&nbsp;&nbsp;Текущий выход электроэнергии, МВт

Latest revision as of 15:16, 19 February 2017

Версия игры: 1.175
Пространство имён SpaceEngineers.Game.ModAPI.Ingame public interface IMySolarPanel : IMyTerminalBlock, IMyCubeBlock, IMyEntity
  Интерфейс солнечной панели

Свойства:

float CurrentOutput { get; }
  Текущий выход электроэнергии, МВт

float MaxOutput { get; }
  Максимальный выход электроэнергии, МВт