Click or drag to resize
OrganismStatePercentEnergy Property

Determines the decimal percentage of the amount of energy a creature currently has, versus the total amount of energy the creature can store.

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

Return Value

Type: Double
System.Double between 0 and 1, with 0 being none and 1 being maxed.
See Also