Click or drag to resize
OrganismStateStoredEnergy Property

Determines how much energy a creature has stored. This is used to compute the energy state of the creature.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public double StoredEnergy { get; set; }

Return Value

Type: Double
System.Double representing the amount of energy this creature has stored.
See Also