Difference between revisions of "IMyBatteryBlock"

From Space Engineers Wiki
Jump to: navigation, search
(Sandbox.ModAPI.Ingame.IMyBatteryBlock)
 
(No difference)

Latest revision as of 18:13, 24 October 2020

Summary

Inherits IMyPowerProducer, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity

Properties

HasCapacityRemaining

bool HasCapacityRemaining { get; }

CurrentStoredPower

float CurrentStoredPower { get; }

MaxStoredPower

float MaxStoredPower { get; }

CurrentInput

float CurrentInput { get; }

MaxInput

float MaxInput { get; }

IsCharging

bool IsCharging { get; }

ChargeMode

ChargeMode ChargeMode { get; set; }

Derived Types

Implemented by