Click or drag to resize
OrganismID Property

The unique GUID for an organism. This is used to store plant/animal state when being saved to disk, or when passing plant/animal information to children during reproduction.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string ID { get; }

Return Value

Type: String
A string value representing the unique GUID or ID for the organism.
See Also