OrganismStateResetGrowthWait Method |
Used by the game engine to reset the amount of time the creature
must wait before growing. The wait time is based on the creature's
species class which uses the creature's lifepsan as a base for the
growth period. This should be called after a creature has been
given the chance to grow, and must wait before growing again.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void ResetGrowthWait()
Public Sub ResetGrowthWait
public:
void ResetGrowthWait()
member ResetGrowthWait : unit -> unit
See Also