#Receiving list of structures from BP
1 messages · Page 1 of 1 (latest)
world.structureManager.getWorldStructureIds()
for (const id of world.structureManager.getWorldStructureIds()) {
const structure = world.structureManager.get(id);
}```
Yes that's for the world ids, Im asking for the ids form the structures folder. I've already tried using this function and it didn't return my structure folder stuff :(
did you find?how to receive structure lists form folder@brazen geyser
No, so i just made an array of the file names instead
what do you mean?
can you show
He just put all names of his structure in an array