DFHack / df-structures

Dwarf Fortress data structure descriptions
https://github.com/DFHack/dfhack
116 stars 81 forks source link

Enum attrs for plant_type #779

Closed Bumber64 closed 3 months ago

Bumber64 commented 3 months ago

Enum attrs to restore convenience of plant.flags.

I assume it's not possible to have an enum attr that refers to a plant vector? Would be handy otherwise.

Bumber64 commented 3 months ago

pre-commit.ci autofix

lethosor commented 3 months ago

I assume it's not possible to have an enum attr that refers to a plant vector? Would be handy otherwise.

You can have string attributes that refer to a field. We do that in at least one place (identity_type -> id_tag). But there is no native language support for resolving those references.