Click or drag to resize
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.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public int ReproductionWait { get; }

Return Value

Type: Int32
System.Int32 representing the time in ticks before the creature can reproduce.
See Also