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.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool CanReproduce { get; }
Public ReadOnly Property CanReproduce As Boolean
Get
public:
property bool CanReproduce {
bool get ();
}
member CanReproduce : bool with get
Return Value
Type:
Boolean
True if you creature can reproduce, False otherwise.
See Also