ISpeciesLifeSpan Property |
The amount of time in ticks a creature is capable of living. Once
the creature reaches the full lifespan of the species it is killed
with the reason PopulationChangeReason.OldAge.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxReadOnly Property LifeSpan As Integer
Get
property int LifeSpan {
int get ();
}
abstract LifeSpan : int with get
Return Value
Type:
Int32
System.Int32 representing the number of ticks a creature can live.
See Also