Closed matortheeternal closed 6 years ago
leaning towards just using load
as a function returning an array. it seems clean and doesn't require adding too much more code.
Actually, we can't use load
because it is already used once for each file that is being patched. New syntax will be records
Thinking it could either be using
load
as a function and returning an array of record handles OR adding a new syntax likegetRecords
which would do the same thing. The great advantage of this is it will support patchers which need to patch records based on how they are referenced from other records without developers having to resort to doing everything ininitialize
and managecustomProgess
.