OrganismStateReproductionWait Property |
Determines the number of ticks the creature must wait before
reproducing again. If your creature just needs to know if it's
ready the ReadyToReproduce property can be used instead.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int ReproductionWait { get; }
Public ReadOnly Property ReproductionWait As Integer
Get
public:
property int ReproductionWait {
int get ();
}
member ReproductionWait : int with get
Return Value
Type:
Int32
System.Int32 representing the time in ticks before the creature can reproduce.
See Also