Click or drag to resize
AnimalStateAnimalSpecies Property

Provides information about the Species of the creature through the IAnimalSpecies interface. This should be used to determine the stats of a creature for threat/food calculations.

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

Return Value

Type: IAnimalSpecies
IAnimalSpecies representing the Species of the creature this state represents.
See Also