Click or drag to resize
OrganismStateGrowthWait Property

Determines the amount of time in game ticks a creature must wait before they are able to grow. If a creature is not yet mature, and the GrowthWait is 0, then it is possible the creature does not have enough energy or enough space in order to grow. This should be remedied quickly.

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

Return Value

Type: Int32
System.Int32 for the amount of time in game ticks a creature has before they can grow.
See Also