Click or drag to resize
OrganismStateTickAge Property

Represents the age of a creature in game ticks. Once a creature reaches a TickAge identical to its LifeSpan the creature will die from PopulationChangeReason.OldAge.

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

Return Value

Type: Int32
System.Int32 representing the age of the creature in game ticks.
See Also