Interface IMyShipDrill
Describes ship drill block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyShipDrill : IMyShipDrill, IMyShipToolBase, IMyShipToolBase, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
DrillHarvestMultiplier
Gets/sets multiplier affecting amount of ore mined from voxels
Declaration
float DrillHarvestMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PowerConsumptionMultiplier
Gets/sets multiplier affecting drill power consumption
Declaration
float PowerConsumptionMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |