Quote:
|
Originally Posted by Zigamus
I dont write scripts, yet, but I have been programming in basic for many years. Scanning your script I didnt see any mention of a MAX size this can handle. is it limited? and if so to what size plz? Also, does this handle ALL Z levels in the bounded box?
|
I'm not sure I understand excatly what you mean by max size. If you're talking about the number of items you can put in the addon, I didn't set any limits. I don't think it's realistically possible to create an addon that will make the computer run out of memory. It would probably take more items than the client can handle anyway, so that shouldn't be an issue.
If you're talking about array sizes, I'm using an ArrayList object which is similar to an array but can grow in size when needed, therefore you don't have to specify a maximum size.
And yes, it does handle all Z levels.