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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic IAnimalSpecies AnimalSpecies { get; }
Public ReadOnly Property AnimalSpecies As IAnimalSpecies
Get
public:
property IAnimalSpecies^ AnimalSpecies {
IAnimalSpecies^ get ();
}
member AnimalSpecies : IAnimalSpecies with get
Return Value
Type:
IAnimalSpecies
IAnimalSpecies representing the Species of the creature this state represents.
See Also