kOS/debug/listparts.ks

7 lines
219 B
Plaintext
Raw Permalink Normal View History

2021-07-18 08:07:00 +00:00
set outfile to "0:/parts.txt".
log "======== New run ========" to outfile.
for i in range(0,ship:parts:length) {
log "___Modules for ship:parts[" + i + "]____" to outfile.
log ship:parts[i]:allmodules to outfile.
}