OrganismStateResetReproductionWait Method |
Sets the current reproduction wait of the creature to
the wait time specified by the creature's species. This
value will be set based on the creature's lifespan and
creature type (whether carnivore or herbivore). This is
called by the engine after reproduction has completed.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void ResetReproductionWait()
Public Sub ResetReproductionWait
public:
void ResetReproductionWait()
member ResetReproductionWait : unit -> unit
See Also