Click or drag to resize
OrganismStateIsIncubating Property

Determines if the creature is in the process of reproduction. Use IncubationTicks to find out exactly how long the creature has left to incubate.

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

Return Value

Type: Boolean
True if the creature is in the process of reproducing, False otherwise.
See Also