IMyBatteryBlock

From Space Engineers Wiki
Revision as of 18:13, 24 October 2020 by Vox Serico (talk | contribs) (Sandbox.ModAPI.Ingame.IMyBatteryBlock)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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