Interface IMyOreDetector
Describes ore detector block (PB scripting interface)(mods interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyOreDetector : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
BroadcastUsingAntennas
Gets or sets whether block should use antennas to broadcast ore deposits
Declaration
bool BroadcastUsingAntennas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Range
Gets ore detection range in meters
Declaration
float Range { get; }
Property Value
Type | Description |
---|---|
System.Single |