OrganismStateTickAge Property |
Represents the age of a creature in game ticks. Once
a creature reaches a TickAge identical to its LifeSpan
the creature will die from PopulationChangeReason.OldAge.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int TickAge { get; }
Public ReadOnly Property TickAge As Integer
Get
public:
property int TickAge {
int get ();
}
member TickAge : int with get
Return Value
Type:
Int32
System.Int32 representing the age of the creature in game ticks.
See Also