Click or drag to resize
OrganismCanReproduce Property

Determines whether all conditions are met for your organism to be able to reproduce. These conditions include various state information like whether your creature is mature, has enough energy, and is not already reproducing.

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

Return Value

Type: Boolean
True if you creature can reproduce, False otherwise.
See Also