OrganismStateGeneration Property |
Generation will be 0 the first time a creature is introduced.
Each offspring of a creature will be labeled with its generation
plus one. This helps define the longevity of a creature.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int Generation { get; }
Public ReadOnly Property Generation As Integer
Get
public:
property int Generation {
int get ();
}
member Generation : int with get
Return Value
Type:
Int32
System.Int32 representing the generation number for this creature.
See Also