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.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string ID { get; }
Public ReadOnly Property ID As String
Get
public:
property String^ ID {
String^ get ();
}
member ID : string with get
Return Value
Type:
String
A string value representing the unique GUID or ID for the organism.
See Also