Click or drag to resize
OrganismStateReadyToReproduce Property

Determines if a creature is ready to reproduce based on the elapsed time since its previous reproduction. Use ReproductionWait to determine exactly how long the creature has to go.

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

Return Value

Type: Boolean
True if the creature is ready to reproduce. False otherwise.
See Also