Skip to main content

B1DeceasedFullInfo

  • Extended struct storing full information about a deceased character,
    * including entity ID, death age, death tick, relationships, and appearance.
PropertyTypeDescriptionMetadata
CharacterEntityIdFB1EntityIdEntity ID of the deceased character.
DeathAgeint32Age of the character at the time of death.
DeathTickint64Game tick at which the character died.
RelationshipMapTMapSnapshot of the character's relationships at the time of death.
AppearanceSettingFB1AppearanceSettingSnapshot of the character's appearance at the time of death.
FirstNameDataFB1DisplayNameDataDisplay name data for the deceased character's first name.
LastNameDataFB1DisplayNameDataDisplay name data for the deceased character's last name.