Click or drag to resize
ISpeciesLifeSpan Property

The amount of time in ticks a creature is capable of living. Once the creature reaches the full lifespan of the species it is killed with the reason PopulationChangeReason.OldAge.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
int LifeSpan { get; }

Return Value

Type: Int32
System.Int32 representing the number of ticks a creature can live.
See Also