You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mod.EnumerateMajorRecordContexts<IMajorRecord, IMajorRecordGetter>(linkCache, x => x.FormKey.ModKey == someModKey)
Would be a slight optimization avoiding all the ModContexts that weren't needed
Would be useful for ModCompactor
The text was updated successfully, but these errors were encountered:
mod.EnumerateMajorRecordContexts<IMajorRecord, IMajorRecordGetter>(linkCache, x => x.FormKey.ModKey == someModKey)
Would be a slight optimization avoiding all the ModContexts that weren't needed
Would be useful for ModCompactor
The text was updated successfully, but these errors were encountered: