OrganismStateAddIncubationTick Method |
Add a single tick to the current incubation period. Called
by the game engine each tick after the creature starts reproducing.
Once the amount of ticks hits the limit for the amount of time
required to incubate a child, the creature is born, and incubation
is no longer required.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void AddIncubationTick()
Public Sub AddIncubationTick
public:
void AddIncubationTick()
member AddIncubationTick : unit -> unit
See Also