Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyRaceDefinition

In Destiny, "Races" are really more like "Species". Sort of. I mean, are the Awoken a separate species from humans? I'm not sure. But either way, they're defined here. You'll see Exo, Awoken, and Human as examples of these Species. Players will choose one for their character.

Hierarchy

  • DestinyRaceDefinition

Index

Properties

displayProperties

genderedRaceNames

genderedRaceNames: object

A localized string referring to the singular form of the Race's name when referred to in gendered form. Keyed by the DestinyGender.

Type declaration

genderedRaceNamesByGenderHash

genderedRaceNamesByGenderHash: object

Mapped to DestinyGenderDefinition in the manifest.

Type declaration

  • [key: number]: string

hash

hash: number

The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally.

When entities refer to each other in Destiny content, it is this hash that they are referring to.

index

index: number

The index of the entity as it was found in the investment tables.

raceType

raceType: DestinyRace

An enumeration defining the existing, known Races/Species for player characters. This value will be the enum value matching this definition.

redacted

redacted: boolean

If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry!