OrganismStateIncubationTicks Property |
Determines the number of ticks the creature must wait before it
has finished reproducing. If your creature just needs to know
if it's currently reproducing use the IsIncubating property.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int IncubationTicks { get; }
Public ReadOnly Property IncubationTicks As Integer
Get
public:
property int IncubationTicks {
int get ();
}
member IncubationTicks : int with get
Return Value
Type:
Int32
System.Int32 representing the number of ticks left for incubation.
See Also