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