Click or drag to resize
ISpeciesIsSameSpecies Method

Used to determine if a creature with the given Species information is the same as another creature given their Species information. This is useful for assessing and remembering the strengths/weaknesses of other creatures.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
bool IsSameSpecies(
	ISpecies species
)

Parameters

species
Type: Terrarium.Sdk.InterfacesISpecies
ISpecies interface for the creature to be compared with this creature.

Return Value

Type: Boolean
True if the creature's species information is the same, False otherwise.
See Also