OrganismStatePercentLifespanRemaining Property |
Determines the decimal percentage of the amount of life remaining
a creature currently has, versus the total amount of LifeSpan.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic double PercentLifespanRemaining { get; }
Public ReadOnly Property PercentLifespanRemaining As Double
Get
public:
property double PercentLifespanRemaining {
double get ();
}
member PercentLifespanRemaining : float with get
Return Value
Type:
Double
System.Double between 0 and 1, with 1 being newly born, and 0 being dead.
See Also