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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int GrowthWait { get; }
Public ReadOnly Property GrowthWait As Integer
Get
public:
property int GrowthWait {
int get ();
}
member GrowthWait : int with get
Return Value
Type:
Int32
System.Int32 for the amount of time in game ticks a creature has before they can grow.
See Also