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.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxbool IsSameSpecies(
ISpecies species
)
Function IsSameSpecies (
species As ISpecies
) As Boolean
bool IsSameSpecies(
ISpecies^ species
)
abstract IsSameSpecies :
species : ISpecies -> bool
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