Interface IMyGasGenerator
Gas generator interface (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyGasGenerator : IMyGasGenerator, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
PowerConsumptionMultiplier
Gets or sets power consumption multiplier
Declaration
float PowerConsumptionMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ProductionCapacityMultiplier
Gets or sets multiplier of gas produced and amount of gas item took
Declaration
float ProductionCapacityMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |