Skip to content

Battery

Tommo J. Phillips edited this page Oct 22, 2023 · 2 revisions

Battery

Namespace: TommoJProductions.ModApi.GameDatabase

Represents the battery status.

public class Battery

Inheritance ObjectBattery

Properties

positiveBoltTightness

The positive terminal bolt tightness.

public FsmFloat positiveBoltTightness { get; }

Property Value

FsmFloat

negativeBoltTightness

The negative terminal bolt tightness

public FsmFloat negativeBoltTightness { get; }

Property Value

FsmFloat

Constructors

Battery()

public Battery()

Clone this wiki locally