Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
121 stars 32 forks source link

RecordCountOption.Iterate is using simplistic logic #544

Closed Noggog closed 2 months ago

Noggog commented 2 months ago

It's just summing the number of records. But in order to be accurate, we should probably lean on the GetRecordCount() call that mods define, which add additional counts for things like GRUPs and other bits