OrganismStateAddTickToAge Method |
Adds a single tick to the creature's current age. This is
also responsible for ticking down other counters like growth
and reproduction. When ticks hits the LifeSpan the creature
dies, but when the other counters reach 0 the action becomes
available.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic virtual void AddTickToAge()
Public Overridable Sub AddTickToAge
public:
virtual void AddTickToAge()
abstract AddTickToAge : unit -> unit
override AddTickToAge : unit -> unit
See Also