Interface IMyOxygenFarm
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyOxygenFarm : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
CanProduce
Gets if the block can produce gas.
Declaration
bool CanProduce { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetOutput()
Declaration
float GetOutput()
Returns
Type | Description |
---|---|
System.Single |