Click or drag to resize
AnimalSpecies Property
Returns the immutable species object containing information about your creature's species related information. This includes how many points were placed into creature attributes and other values calculated from those points allocations.

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

Return Value

Type: IAnimalSpecies
IAnimalSpecies representing the immutable characteristics of your creature.
See Also