Click or drag to resize
ISpeciesReproductionWait Property

The amount of time in ticks a creature must wait between reproductions. Creatures can normally reproduce more than once in a lifetime, so the time limit between reproduction and the life span of the creature are used to define the maximum number of reproductions.

Each tick ReproductionWait will drop by one. Once the ReproductionWait reaches 0 one of the requirements the CanReproduce property will be met. Once a creature is capable of reproducing a call to BeginReproduction must be made to start incubation.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
int ReproductionWait { get; }

Return Value

Type: Int32
System.Int32 representing the number of ticks between reproductions.
See Also