Difference between revisions of "IMyBeacon/ru"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:IMyBeacon}} Пространство имён Sandbox.ModAPI.Ingame ''public interface '''IMyBeacon''' : IMyFunctionalBlock, IMyTer...")
 
Line 23: Line 23:
 
<br>&nbsp;&nbsp;Уменьшает радиус вещания
 
<br>&nbsp;&nbsp;Уменьшает радиус вещания
  
[[Category:Ingame API]]
+
[[Category:Ingame API/ru]]

Revision as of 19:18, 14 August 2016

Пространство имён Sandbox.ModAPI.Ingame

public interface IMyBeacon : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
  Интерфейс маяка

Свойства:

float Radius { get; }
  Радиус вещания

Свойства, доступные через GetValue<T> / SetValue<T> (TerminalPropertyExtensions):

Single Radius
  Радиус вещания

Действия, вызываемые через Apply:

IncreaseRadius
  Увеличивает радиус вещания

DecreaseRadius
  Уменьшает радиус вещания