Click or drag to resize
OrganismStateIncubationTicks Property

Determines the number of ticks the creature must wait before it has finished reproducing. If your creature just needs to know if it's currently reproducing use the IsIncubating property.

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

Return Value

Type: Int32
System.Int32 representing the number of ticks left for incubation.
See Also