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