Notifications
Clear all
[Closed] [MaxScript][Noob Question]Custom collection
Oct 20, 2016 3:36 pm
Hello there!
How do I create custom collection of objects?
For example I have an array of objects. How do I make a collection from it?
Tried:
myCollection = for obj in myArray collect obj
But it returns array instead.
How to do this properly?
1 Reply
Oct 20, 2016 3:36 pm
array is kind of collection too…
or what you mean is
objects as array
I dont know by what you mean “custom collection mean”? object that had custom prop, specific class or…?