Interface IMyLaserAntenna
Describes laser antenna block interface (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyLaserAntenna : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyLaserAntenna, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Other
Gets the antenna on the remote end of the connection.
Declaration
IMyLaserAntenna Other { get; }
Property Value
Type | Description |
---|---|
IMyLaserAntenna |
Methods
IsInRange(IMyLaserAntenna)
Returns true if the specific laser antenna is within connection range.
Declaration
bool IsInRange(IMyLaserAntenna target)
Parameters
Type | Name | Description |
---|---|---|
IMyLaserAntenna | target |
Returns
Type | Description |
---|---|
System.Boolean |