Difference between revisions of "Sandbox.ModAPI.Ingame.IMyBeacon"

From Space Engineers Wiki
Jump to: navigation, search
(Redirecting to new namespace.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Sandbox.ModAPI.Ingame.IMyBeacon=
+
#REDIRECT [[API:Sandbox.ModAPI.Ingame.IMyBeacon]]
This is an interface for all beacon blocks.
 
 
 
==Namespace==
 
[[Sandbox.ModAPI.Ingame]]
 
==Assembly==
 
[[Sandbox.Common]] (Sandbox.Common.dll)
 
==Syntax==
 
<syntaxhighlight lang="csharp">
 
public interface IMyBeacon : IMyFunctionalBlock, IMyTerminalBlock : IMyCubeBlock, IMyEntity
 
</syntaxhighlight>
 
==Methods==
 
 
 
{{Template:IMyFunctionalBlockMethods}}
 
{{Template:IMyTerminalBlockMethods}}
 
{{Template:IMyCubeBlockMethods}}
 
 
 
==Properties==
 
===Radius===
 
<syntaxhighlight lang="csharp">
 
float Radius {get;}
 
</syntaxhighlight>
 
Returns the radius (range) of the beacon.
 
{{Template:IMyFunctionalBlockProperties}}
 
{{Template:IMyTerminalBlockProperties}}
 
{{Template:IMyCubeBlockProperties}}
 
 
 
[[Category: API]]
 

Latest revision as of 06:46, 13 January 2015