Click or drag to resize
OrganismStateGeneration Property

Generation will be 0 the first time a creature is introduced. Each offspring of a creature will be labeled with its generation plus one. This helps define the longevity of a creature.

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

Return Value

Type: Int32
System.Int32 representing the generation number for this creature.
See Also