Hello, I have a large amount of editable props and manipulators defined as so:
@editable detector45 : prop_manipulator_device = prop_manipulator_device{}
@editable cube45 : creative_prop = creative_prop{}
I have 360 of these and assigning all of them in the editor manually would be very straining. I was wondering if there was a way to loop over the objects in a folder and automatically assign them each to an array or something similar?
Thanks for your time.