Click or drag to resize
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.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public double PercentLifespanRemaining { get; }

Return Value

Type: Double
System.Double between 0 and 1, with 1 being newly born, and 0 being dead.
See Also