Class MyObjectBuilder_BatteryBlock
Inheritance
System.Object
MyObjectBuilder_BatteryBlock
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_BatteryBlock : MyObjectBuilder_FunctionalBlock
Constructors
MyObjectBuilder_BatteryBlock()
Declaration
public MyObjectBuilder_BatteryBlock()
Fields
ChargeMode
Declaration
Field Value
Type |
Description |
System.Int32 |
|
CurrentStoredPower
Declaration
public float CurrentStoredPower
Field Value
Type |
Description |
System.Single |
|
MaxStoredPower
Declaration
public float MaxStoredPower
Field Value
Type |
Description |
System.Single |
|
OnlyDischargeEnabled
Declaration
public bool OnlyDischargeEnabled
Field Value
Type |
Description |
System.Boolean |
|
ProducerEnabled
Declaration
public bool ProducerEnabled
Field Value
Type |
Description |
System.Boolean |
|
SemiautoEnabled
Declaration
public bool SemiautoEnabled
Field Value
Type |
Description |
System.Boolean |
|
Methods
SetupForProjector()
Declaration
public override void SetupForProjector()
Overrides
Extension Methods