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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic double PercentEnergy { get; }
Public ReadOnly Property PercentEnergy As Double
Get
public:
property double PercentEnergy {
double get ();
}
member PercentEnergy : float with get
Return Value
Type:
Double
System.Double between 0 and 1, with 0 being none and 1 being maxed.
See Also