Click or drag to resize
OrganismIsReproducing Property

Determines if your organism is currently in the process of reproducing. Because reproducing is an asynchronous action, the organism may not actually be giving birth yet.

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

Return Value

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