OrganismStateIsIncubating Property |
Determines if the creature is in the process of reproduction.
Use IncubationTicks to find out exactly how long the creature
has left to incubate.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool IsIncubating { get; }
Public ReadOnly Property IsIncubating As Boolean
Get
public:
property bool IsIncubating {
bool get ();
}
member IsIncubating : bool with get
Return Value
Type:
Boolean
True if the creature is in the process of reproducing, False otherwise.
See Also