Click or drag to resize
ISpeciesGrowthWait Property

The amount of time in ticks a creature must wait before growing another unit of radius in size. The initial GrowthWait is defined in such a way that a creature will reach full size or MatureRadius after one half of the LifeSpan.

Each tick GrowthWait will drop by one. Once the GrowthWait reaches 0 the creature will grow if it meets all growth requirements. Growth will happen automatically as long as the requirements for growth have been met.

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

Return Value

Type: Int32
System.Int32 representing the number of ticks before a creature can grow.
See Also